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 @@ -1276,7 +1276,7 @@ jobs:
1276
1276
1277
1277
macos_x64_build :
1278
1278
name : macOS x64
1279
- runs-on : " macos-10.15 "
1279
+ runs-on : " macos-11 "
1280
1280
needs : prerequisites
1281
1281
if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
1282
1282
@@ -1343,7 +1343,7 @@ jobs:
1343
1343
run : brew install make
1344
1344
1345
1345
- name : Select Xcode version
1346
- run : sudo xcode-select --switch /Applications/Xcode_11.3.1 .app/Contents/Developer
1346
+ run : sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
1347
1347
1348
1348
- name : Configure
1349
1349
run : >
@@ -1371,7 +1371,7 @@ jobs:
1371
1371
1372
1372
macos_x64_test :
1373
1373
name : macOS x64
1374
- runs-on : " macos-10.15 "
1374
+ runs-on : " macos-11 "
1375
1375
if : false
1376
1376
needs :
1377
1377
- prerequisites
@@ -1486,7 +1486,7 @@ jobs:
1486
1486
run : brew install make
1487
1487
1488
1488
- name : Select Xcode version
1489
- run : sudo xcode-select --switch /Applications/Xcode_11.3.1 .app/Contents/Developer
1489
+ run : sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
1490
1490
1491
1491
- name : Find root of jdk image dir
1492
1492
run : |
You can’t perform that action at this time.
0 commit comments