Skip to content

Commit

Permalink
Use macos-13 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jan 4, 2025
1 parent 17e853d commit 51d2010
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "macos-12" ]
os: [ "ubuntu-20.04", "macos-13" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
platform: [ "x86_64" ]
macos-target: [ "10.15" ]
macos-target: [ "11.0" ]
exclude:
- os: "macos-12"
- os: "macos-13"
platform: "i686"
include:
- os: "macos-12"
- os: "macos-13"
os-name: "osx"
- os: "ubuntu-20.04"
os-name: "focal"
Expand Down

0 comments on commit 51d2010

Please sign in to comment.