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:
12761276
12771277 macos_x64_build :
12781278 name : macOS x64
1279- runs-on : " macos-10.15 "
1279+ runs-on : " macos-11 "
12801280 needs : prerequisites
12811281 if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'
12821282
@@ -1343,7 +1343,7 @@ jobs:
13431343 run : brew install make
13441344
13451345 - 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
13471347
13481348 - name : Configure
13491349 run : >
@@ -1371,7 +1371,7 @@ jobs:
13711371
13721372 macos_x64_test :
13731373 name : macOS x64
1374- runs-on : " macos-10.15 "
1374+ runs-on : " macos-11 "
13751375 if : false
13761376 needs :
13771377 - prerequisites
@@ -1486,7 +1486,7 @@ jobs:
14861486 run : brew install make
14871487
14881488 - 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
14901490
14911491 - name : Find root of jdk image dir
14921492 run : |
You can’t perform that action at this time.
0 commit comments