Skip to content

Commit

Permalink
8290000: Bump macOS GitHub actions to macOS 11
Browse files Browse the repository at this point in the history
Reviewed-by: sgehwolf
Backport-of: 4e6cd67fec3d978f4c8c1aed95a1d09b544eff68
  • Loading branch information
gdams authored and RealCLanger committed Aug 4, 2022
1 parent 980df02 commit d514bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ jobs:

macos_x64_build:
name: macOS x64
runs-on: "macos-10.15"
runs-on: "macos-11"
needs: prerequisites
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_macos_x64 != 'false'

Expand Down Expand Up @@ -1343,7 +1343,7 @@ jobs:
run: brew install make

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_11.3.1.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_11.7.app/Contents/Developer

- name: Configure
run: >
Expand Down Expand Up @@ -1371,7 +1371,7 @@ jobs:
macos_x64_test:
name: macOS x64
runs-on: "macos-10.15"
runs-on: "macos-11"
if: false
needs:
- prerequisites
Expand Down Expand Up @@ -1486,7 +1486,7 @@ jobs:
run: brew install make

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_11.3.1.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_11.7.app/Contents/Developer

- name: Find root of jdk image dir
run: |
Expand Down

0 comments on commit d514bbd

Please sign in to comment.