Skip to content

Commit 80293c0

Browse files
committed
Fix macOS CI: move to Xcode 26.4 on the macos-26 runner
The macos-latest image rotated out Xcode 16.4, so `xcode-select --switch /Applications/Xcode_16.4.app` fails before the build even starts. Move the macOS job to Xcode 26.4 on macos-26, matching JsRuntimeHost and BabylonNative (which already run this pairing green). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ed1a9fd commit 80293c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
platform: x64
1515

1616
# ── macOS ─────────────────────────────────────────────────────
17-
macOS_Xcode164:
17+
macOS_Xcode264:
1818
uses: ./.github/workflows/build-macos.yml
1919
with:
20-
xcode-version: '16.4'
21-
runs-on: macos-latest
20+
xcode-version: '26.4'
21+
runs-on: macos-26
2222

2323
# ── Linux ─────────────────────────────────────────────────────
2424
Ubuntu_gcc:

0 commit comments

Comments
 (0)