Skip to content

Commit

Permalink
chore(ci): Update runners
Browse files Browse the repository at this point in the history
- Remove macOS 12 Monterey
- Add macOS 15 Sequoia
  • Loading branch information
cdalvaro committed Sep 25, 2024
1 parent 17e6d14 commit b21f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macOS-12, macOS-13, macOS-14, ubuntu-latest]
os: [macOS-13, macOS-14, macOS-15, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit b21f5f5

Please sign in to comment.