We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3ec65 commit 5036424Copy full SHA for 5036424
.github/workflows/wheels.yml
@@ -93,7 +93,7 @@ jobs:
93
- os: macos-14
94
cibw_archs: "arm64"
95
# Silence warning for only Python 3.8, as per https://github.com/pypa/cibuildwheel/pull/1169
96
- cibw_skip: "cp38-macosx_*:arm64"
+ cibw_test_skip: "cp38-macosx_*:arm64"
97
98
steps:
99
- uses: actions/checkout@v4
0 commit comments