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 e2550ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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

0 comments on commit e2550ba

Please sign in to comment.