Skip to content

Commit 39fa6fb

Browse files
gdamsRealCLanger
authored andcommitted
8290000: Bump macOS GitHub actions to macOS 11
Reviewed-by: sgehwolf Backport-of: 4e6cd67fec3d978f4c8c1aed95a1d09b544eff68
1 parent 1460bfa commit 39fa6fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/submit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)