From e8476ea2f9e173ef49aef3de018e6e522862950f Mon Sep 17 00:00:00 2001 From: Jonas Schuhmacher Date: Mon, 9 Sep 2024 12:31:14 +0200 Subject: [PATCH] rename workflow --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d8ee951..84c118c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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/cibuildwheel@v2.20.0 env: CIBW_BEFORE_BUILD: pipx install ninja cmake