Skip to content

Commit

Permalink
Drop macos-12 from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 2, 2025
1 parent 6614320 commit 524c3e0
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 @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [macOS-12, macOS-latest, ubuntu-latest]
os: [macOS-latest, ubuntu-latest]

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

0 comments on commit 524c3e0

Please sign in to comment.