Skip to content

Commit

Permalink
furthermore stop building for macos-14
Browse files Browse the repository at this point in the history
note that the x86_64 flag for macos-14 was actually incorrect
  • Loading branch information
hudson-ai authored Jan 15, 2025
1 parent 9a1a1c9 commit 2ee41b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
{
cibuildwheel --print-build-identifiers --platform linux --archs x86_64 \
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
&& cibuildwheel --print-build-identifiers --platform macos --archs x86_64 \
| jq -nRc '{"only": inputs, "os": "macos-14"}' \
&& cibuildwheel --print-build-identifiers --platform macos --archs arm64 \
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
&& cibuildwheel --print-build-identifiers --platform windows --archs auto64 \
Expand Down

0 comments on commit 2ee41b8

Please sign in to comment.