Skip to content

Commit

Permalink
ci(macos): bump x86_64 runners to macOS 13
Browse files Browse the repository at this point in the history
macOS 12 is no longer supported by GitHub
  • Loading branch information
bwoodsend committed Dec 12, 2024
1 parent e83754a commit caf44d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# These archs require an Apple M1 runner: [arm64, universal2]
arch: [x86_64]
pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
macver: ["12"]
macver: ["13"]
include:
- arch: arm64
pyver: cp310
Expand Down

0 comments on commit caf44d8

Please sign in to comment.