Update syntax in apple silicon example

This commit is contained in:
Joe Rickerby
2021-02-05 21:33:57 +00:00
parent 31838d3c74
commit bdf765c212
+3 -4
View File
@@ -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