Skip to content

Commit 825b1e6

Browse files
committed
Try skipping Python 3.8 MacOS x86_64 build
1 parent 4651ad6 commit 825b1e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
build_wheels:
4545
name: Build wheels on ${{ matrix.os }}
4646
runs-on: ${{ matrix.os }}
47+
env:
48+
CIBW_SKIP: cp38-macosx_x86_64
4749
strategy:
4850
fail-fast: false
4951
matrix:

0 commit comments

Comments
 (0)