Skip to content

Commit

Permalink
Remove macOS 11 CI (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Dec 4, 2023
1 parent de3ce4c commit 1ca5d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
os: [ macos-12, macos-13 ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1ca5d7d

Please sign in to comment.