Skip to content

Commit fcb7a8d

Browse files
committed
Convert to dict
1 parent 450fcf0 commit fcb7a8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
exclude:
6969
- cpversion: cp36
7070
os:
71-
- runs-on: macos-latest
72-
cibw-arch: macosx_arm64
71+
runs-on: macos-latest
72+
cibw-arch: macosx_arm64
7373
- cpversion: cp37
7474
os:
75-
- runs-on: macos-latest
76-
cibw-arch: macosx_arm64
75+
runs-on: macos-latest
76+
cibw-arch: macosx_arm64
7777

7878
steps:
7979
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)