Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Sep 9, 2024
1 parent bd8f7be commit e8476ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# The GCC compiler installable via brew does not support cross-compiling for x86_64. Hence, also Apple Claang
# For the x86_64, we set the MACOSX_DEPLOYMENT_TARGET='10.13' (released 2017) in order to have support for C++17
# We don't need this for the arm64 stuff since it works (and macOS on arm64 cam after C++17)
- name: Build wheels (macOS x86_64)
- name: Build wheels (macOS)
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pipx install ninja cmake
Expand Down

0 comments on commit e8476ea

Please sign in to comment.