Skip to content

Commit

Permalink
Build with macos-12 GHA runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Jul 4, 2024
1 parent 31e4736 commit 7f3f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
("Linux", "ppc64le", "ubuntu-22.04"),
("Linux", "x86_64", "ubuntu-22.04"),
("macOS", "arm64", "macos-14"),
("macOS", "x86_64", "macos-11"),
("macOS", "x86_64", "macos-12"),
]
os, _, arch = "${{ inputs.os-arch }}".partition("-")
if os not in ("", "*", "all"):
Expand Down

0 comments on commit 7f3f70f

Please sign in to comment.