Skip to content

Commit

Permalink
macos-11 is gone (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jul 12, 2024
1 parent 9a378d3 commit dcdd2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
host: [ubuntu-22.04, macos-11, macos-12, windows-2022]
host: [ubuntu-22.04, macos-12, macos-13, macos-14, windows-2022]
needs: package
runs-on: ${{ matrix.host }}
steps:
Expand Down

0 comments on commit dcdd2f8

Please sign in to comment.