We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2930971 commit 8a93872Copy full SHA for 8a93872
1 file changed
.github/workflows/wheels.yml
@@ -35,7 +35,7 @@ jobs:
35
# machine configuration/setup, so parallel builds will be faster. More
36
# importantly, github times out after 6 hours _per job_.
37
cpversion: ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311"]
38
- os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64, { runs-on: windows-latest, cibw-arch: win_amd64}]
+ os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64}, { runs-on: windows-latest, cibw-arch: win_amd64} ]
39
40
name: Build wheels ${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
41
runs-on: ${{ matrix.os.runs-on }}
0 commit comments