Skip to content

Commit

Permalink
macos-latest vs macos-12?
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 9, 2024
1 parent 7b4d85f commit 4c90d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cibuildwheel --print-build-identifiers --platform linux \
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
&& cibuildwheel --print-build-identifiers --platform macos \
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
| jq -nRc '{"only": inputs, "os": "macos-12"}' \
# && cibuildwheel --print-build-identifiers --platform windows \
# | jq -nRc '{"only": inputs, "os": "windows-latest"}'
} | jq -sc
Expand Down

0 comments on commit 4c90d49

Please sign in to comment.