Skip to content

Commit

Permalink
fix(ci): GHA is deprecating macos-12, use macos-13 instead
Browse files Browse the repository at this point in the history
See actions/runner-images#10721.
The CI currently fails, it seems related, but it is a bit strange.
  • Loading branch information
W95Psp committed Jan 22, 2025
1 parent e384b95 commit 2585ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- ubuntu-latest
- ubuntu-20.04
- macos-latest
- macos-12
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2585ead

Please sign in to comment.