mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 11:41:49 -03:00
fix(ci): use macos-latest for ARM64 builds
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
# macOS ARM64 build (Apple Silicon)
|
||||
build-macos-arm64:
|
||||
runs-on: macos-14 # M1 runner for native ARM64 builds
|
||||
runs-on: macos-latest # ARM64 runner for native Apple Silicon builds
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user