Skip to content

Commit

Permalink
Retire macos-12 from CI, use macos-13 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Oct 22, 2024
1 parent 0b75091 commit 6623893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-12]
os: [macos-latest, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 90
env:
Expand Down

0 comments on commit 6623893

Please sign in to comment.