Skip to content

Commit

Permalink
chore: add ubuntu-24.04 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Oct 18, 2024
1 parent 68fa959 commit 05de59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ "ubuntu-20.04", "ubuntu-22.04", "macos-13", "macos-14", "macos-15" ]
os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macos-13", "macos-14", "macos-15" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
Expand Down

0 comments on commit 05de59c

Please sign in to comment.