Skip to content

Commit

Permalink
Fix macOS workflows (user macos-12 runner) (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed May 24, 2024
1 parent a016de2 commit b4044b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
name: CI on macOS

runs-on: macos-latest
runs-on: macos-12

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- macos-12
- ubuntu-latest
- windows-latest
gcc_version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false # Attempt to generate as many of them as possible
matrix:
os:
- macos-latest
- macos-12
- ubuntu-20.04
- windows-latest

Expand Down

0 comments on commit b4044b9

Please sign in to comment.