Skip to content

Commit

Permalink
Remove macos-11 from the tested OSes as it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Jun 27, 2024
1 parent f66c704 commit e274134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
test_macos:
strategy:
matrix:
os: ["macos-11", "macos-12", "macos-13", "macos-14"]
os: ["macos-12", "macos-13", "macos-14"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e274134

Please sign in to comment.