Skip to content

Commit 8a93872

Browse files
author
Alec Jacobson
committed
missing brace
1 parent 2930971 commit 8a93872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# machine configuration/setup, so parallel builds will be faster. More
3636
# importantly, github times out after 6 hours _per job_.
3737
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}]
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} ]
3939

4040
name: Build wheels ${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
4141
runs-on: ${{ matrix.os.runs-on }}

0 commit comments

Comments
 (0)