mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 12:51:47 -03:00
fix(ci): use macos-15-large for Intel x64 builds (macos-13 retired)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
# macOS x64 build (Intel)
|
# macOS x64 build (Intel)
|
||||||
build-macos-x64:
|
build-macos-x64:
|
||||||
runs-on: macos-13 # Intel runner for native x64 builds
|
runs-on: macos-15-large # Intel runner for native x64 builds
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user