Skip to content

Commit

Permalink
Merge pull request #2001 from chipitsine/ci_drop_macos_11
Browse files Browse the repository at this point in the history
CI: drop macos-11
  • Loading branch information
chipitsine committed May 20, 2024
2 parents 7006539 + 1410601 commit 315ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_test:
strategy:
matrix:
os: [macos-14, macos-13, macos-12, macos-11]
os: [macos-14, macos-13, macos-12]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 315ffff

Please sign in to comment.