Skip to content

Commit

Permalink
Update deploy CI with macos-13
Browse files Browse the repository at this point in the history
macos-12 is deprecated
  • Loading branch information
djhoese authored Dec 12, 2024
1 parent 56f9920 commit d33686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
artifact_name: "win"
- os: macos-12
- os: macos-13
cibw_archs: "x86_64 arm64"
artifact_name: "mac"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit d33686e

Please sign in to comment.