Skip to content

Commit

Permalink
Merge pull request #528 from neutrinoceros/mnt/drop_macos12
Browse files Browse the repository at this point in the history
MNT: switch Python 3.9 + mac testing from macos-12 to macos-13
  • Loading branch information
neutrinoceros authored Nov 5, 2024
2 parents e04fee7 + 700b50f commit 1f8425d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- '3.12'
# Test all on ubuntu, test ends on macos and windows
include:
- os: macos-12
# pin macos-12 (x86) because Python 3.9 is broken in the arm64 image
- os: macos-13
# pin macos-13 (x86) because Python 3.9 is broken in the arm64 image
python-version: '3.9'
- os: windows-latest
python-version: '3.9'
Expand Down

0 comments on commit 1f8425d

Please sign in to comment.