Skip to content

Commit 3b06a20

Browse files
committed
exclude 38-mac14
1 parent df88d53 commit 3b06a20

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
1919
cpversion: [cp38, cp39, cp310, cp311, cp312, cp313]
20+
# github actions cp38 on macos-14 runners are cross compiling or
21+
# something and confusing the stub generation. Just skip it for now.
22+
# Maybe it'd be friendlier to disable the stub generation for this
23+
# combination.
24+
exclude:
25+
- os: macos-14
26+
cpversion: cp38
27+
2028

2129
steps:
2230
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)