Skip to content

Commit

Permalink
CI: Remove deprecated macos-11 from build matrix
Browse files Browse the repository at this point in the history
The macos-11 label has been deprecated and will no longer be available after 6/28/2024.
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
  • Loading branch information
Biswa96 committed May 23, 2024
1 parent 1801428 commit 8a2dc93
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 @@ -153,7 +153,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]
runs-on: ${{ matrix.os }}
needs: [upload-src]
steps:
Expand Down

0 comments on commit 8a2dc93

Please sign in to comment.