Skip to content

Commit

Permalink
Use macos-13 as MacOS runners in CI (#844)
Browse files Browse the repository at this point in the history
Update CI jobs that run on MacOS to use `macos-13` instead of
`macos-12`. As of this commit this is the latest stable version of the
MacOS runners.
  • Loading branch information
ericcornelissen authored Jan 31, 2024
1 parent b0d7923 commit 205a2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
matrix:
include:
- name: MacOS
os: macos-12
os: macos-13
- name: Ubuntu
os: ubuntu-22.04
- name: Windows
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
matrix:
include:
- name: MacOS
os: macos-12
os: macos-13
- name: Ubuntu
os: ubuntu-22.04
- name: Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
include:
- name: MacOS
os: macos-12
os: macos-13
- name: Ubuntu
os: ubuntu-22.04
- name: Windows
Expand Down

0 comments on commit 205a2ea

Please sign in to comment.