Skip to content

Commit

Permalink
chore: degrade to macOS 13 and windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Dec 30, 2024
1 parent 9b194b4 commit e9ea3d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
include:
- target: aarch64-apple-darwin
build: macos
os: macos-latest
os: macos-13-arm
arch: aarch64
- target: x86_64-apple-darwin
build: macos
os: macos-latest
os: macos-13
arch: x86_64

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -93,12 +93,8 @@ jobs:
include:
- target: x86_64-pc-windows-msvc
build: windows
os: windows-latest
os: windows-2019
arch: x86_64
- target: aarch64-pc-windows-msvc
build: windows
os: windows-latest
arch: aarch64

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -157,7 +153,7 @@ jobs:
name: Server v${{ needs.models.outputs.version }}
tag: server-v${{ needs.models.outputs.version }}
body: MagicMirror Server v${{ needs.models.outputs.version }}
draft: false
draft: true
prerelease: false
removeArtifacts: true
artifacts: dist/*.zip
4 changes: 2 additions & 2 deletions src-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magic"
version = "1.0.0"
version = "2.0.0"
description = "Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you!"
authors = ["Del Wang <[email protected]>"]

Expand All @@ -14,7 +14,7 @@ bottle = "^0.13.2"
black = "^24.10.0"
mypy = "^1.13.0"
pylint = "^3.3.1"
nuitka = "^2.4.11"
nuitka = "^2.5.9"


[tool.mypy]
Expand Down
2 changes: 1 addition & 1 deletion src-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tinyface >= 1.0.1
bottle >= 0.13.2
nuitka >= 2.4.11
nuitka >= 2.5.9

0 comments on commit e9ea3d6

Please sign in to comment.