Skip to content

Commit

Permalink
chore: run against macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Oct 17, 2024
1 parent 90f50e3 commit 68fa959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ "ubuntu-20.04", "ubuntu-22.04", "macos-12", "macos-13", "macos-14" ]
os: [ "ubuntu-20.04", "ubuntu-22.04", "macos-13", "macos-14", "macos-15" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
python-version: "3.9"
- os: "macos-15"
python-version: "3.9"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 68fa959

Please sign in to comment.