Skip to content

Commit

Permalink
GHA: update to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers committed Jul 9, 2024
1 parent ddce2b5 commit 54f12af
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 @@ -1331,7 +1331,7 @@ jobs:

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

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

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

- name: Configure
run: >
Expand Down Expand Up @@ -1429,7 +1429,7 @@ jobs:
macos_x64_test:
name: macOS x64
runs-on: "macos-11"
runs-on: "macos-12"
needs:
- prerequisites
- macos_x64_build
Expand Down Expand Up @@ -1515,7 +1515,7 @@ jobs:
run: brew install make

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

- name: Run tests
run: >
Expand Down

0 comments on commit 54f12af

Please sign in to comment.