Skip to content

Commit 450fcf0

Browse files
committed
Fix exclude
1 parent 0d1e23e commit 450fcf0

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
@@ -66,14 +66,14 @@ jobs:
6666
- runs-on: windows-latest
6767
cibw-arch: win_amd64
6868
exclude:
69-
- os:
69+
- cpversion: cp36
70+
os:
7071
- runs-on: macos-latest
7172
cibw-arch: macosx_arm64
72-
cpversion: cp36
73-
- os:
73+
- cpversion: cp37
74+
os:
7475
- runs-on: macos-latest
7576
cibw-arch: macosx_arm64
76-
cpversion: cp37
7777

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

0 commit comments

Comments
 (0)