Skip to content

Commit

Permalink
ci: Remove macos 11 test runner and add macos 14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Jul 30, 2024
1 parent 70c1b1b commit a853494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests:
strategy:
matrix:
os: [macos-latest, macos-11, macos-12, macos-13]
os: [macos-latest, macos-12, macos-13, macos-14]
test: [init, package]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a853494

Please sign in to comment.