From bdf765c21225ed23b197f09ed06b52b25eb70979 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 5 Feb 2021 21:33:57 +0000 Subject: [PATCH] Update syntax in apple silicon example --- examples/github-apple-silicon.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/github-apple-silicon.yml b/examples/github-apple-silicon.yml index 905028e5..558ccbbc 100644 --- a/examples/github-apple-silicon.yml +++ b/examples/github-apple-silicon.yml @@ -4,14 +4,13 @@ on: [push, pull_request] jobs: build_wheels_macos: - name: Build wheels on macos-11.0 - runs-on: macos-11.0 + name: Build wheels on macos-10.15 + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - name: Build wheels - run: | - pipx run cibuildwheel==1.8.0 --output-dir wheelhouse + uses: joerick/cibuildwheel@v1.8.0 env: CIBW_ARCHS_MACOS: x86_64 universal2