Skip to content

Commit

Permalink
fix: Bumping the MacOS version from 12 to 13 (#276)
Browse files Browse the repository at this point in the history
Since MacOS 12 is deprecated, the version needs to be bumped to 13 to
fix CI.
  • Loading branch information
THLO authored Jan 21, 2025
1 parent 6dc4a6e commit 8f6996f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust: ["1.75.0"]
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
rust: ["1.75.0"]
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
rust: ["1.75.0"]
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 8f6996f

Please sign in to comment.