mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-23 04:52:02 -08:00
fix: macos intel build
This commit is contained in:
parent
ea89bddcec
commit
b8a9bbcf3d
4 changed files with 50 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -35,9 +35,13 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
platform: linux
|
||||
arch: arm64
|
||||
- os: macos-latest
|
||||
# Use macos-13 (Intel) for x64 builds to get correct dugite git binaries
|
||||
# Note: macos-13 is deprecated but macos-15-large (Intel) requires paid plan
|
||||
# When macos-13 is fully deprecated, switch to macos-15-large or use cross-compilation workaround
|
||||
- os: macos-13
|
||||
platform: mac
|
||||
arch: x64
|
||||
# Use macos-latest (ARM64) for arm64 builds
|
||||
- os: macos-latest
|
||||
platform: mac
|
||||
arch: arm64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue