File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1344,7 +1344,7 @@ jobs:
13441344
13451345 macos_x64_build :
13461346 name : macOS x64
1347- runs-on : " macos-13 "
1347+ runs-on : " macos-15-intel "
13481348 needs : prerequisites
13491349 if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
13501350
@@ -1411,7 +1411,7 @@ jobs:
14111411 run : brew install make gawk
14121412
14131413 - name : Select Xcode version
1414- run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1414+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
14151415
14161416 - name : Configure
14171417 run : >
@@ -1442,7 +1442,7 @@ jobs:
14421442
14431443 macos_x64_test :
14441444 name : macOS x64
1445- runs-on : " macos-13 "
1445+ runs-on : " macos-15-intel "
14461446 needs :
14471447 - prerequisites
14481448 - macos_x64_build
@@ -1531,7 +1531,7 @@ jobs:
15311531 run : brew install make gawk
15321532
15331533 - name : Select Xcode version
1534- run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1534+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
15351535
15361536 - name : Run tests
15371537 run : >
You can’t perform that action at this time.
0 commit comments