Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Remove macos12, and add ubuntu-24.04 and macos-15
  • Loading branch information
froggleston authored Dec 5, 2024
1 parent 6ad4cf5 commit fa8213e
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-12", "macos-13", "macos-14", "windows-latest" ]
os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macos-13", "macos-14", "macos-15", "windows-latest" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit fa8213e

Please sign in to comment.