Skip to content

Commit af77e4b

Browse files
targosanonrig
authored andcommitted
build: update macOS runner and Xcode
Xcode 16.4 will be required for Node.js 25. macOS 15 is required for Xcode 16.4. Refs: #58069 Co-authored-by: Yagiz Nizipli <[email protected]> PR-URL: #59238 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
1 parent effe81f commit af77e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030

3131
env:
3232
PYTHON_VERSION: '3.12'
33-
XCODE_VERSION: '16.1'
33+
XCODE_VERSION: '16.4'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event.pull_request.draft == false
4242
strategy:
4343
fail-fast: false
44-
runs-on: macos-14
44+
runs-on: macos-15
4545
env:
4646
CC: sccache gcc
4747
CXX: sccache g++

0 commit comments

Comments
 (0)