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 @@ -1350,7 +1350,7 @@ jobs:
13501350
13511351 macos_x64_build :
13521352 name : macOS x64
1353- runs-on : " macos-13 "
1353+ runs-on : " macos-15-intel "
13541354 needs : prerequisites
13551355 if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
13561356
@@ -1417,7 +1417,7 @@ jobs:
14171417 run : brew install make gawk
14181418
14191419 - name : Select Xcode version
1420- run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1420+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
14211421
14221422 - name : Configure
14231423 run : >
@@ -1451,7 +1451,7 @@ jobs:
14511451
14521452 macos_x64_test :
14531453 name : macOS x64
1454- runs-on : " macos-13 "
1454+ runs-on : " macos-15-intel "
14551455 needs :
14561456 - prerequisites
14571457 - macos_x64_build
@@ -1540,7 +1540,7 @@ jobs:
15401540 run : brew install make gawk
15411541
15421542 - name : Select Xcode version
1543- run : sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
1543+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
15441544
15451545 - name : Run tests
15461546 run : >
You can’t perform that action at this time.
0 commit comments