Skip to content

Commit f166504

Browse files
committed
Use merge-multiple
1 parent 0f7148a commit f166504

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/buildwheel.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
13+
# os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
14+
os: [macos-14]
1415

1516
steps:
1617
- uses: actions/checkout@v4
@@ -84,13 +85,13 @@ jobs:
8485
fail-fast: false
8586
matrix:
8687
os: [
87-
ubuntu-22.04,
88-
ubuntu-24.04,
89-
ubuntu-24.04-arm,
90-
windows-2019,
91-
windows-2022,
92-
windows-2025,
93-
macos-13,
88+
#ubuntu-22.04,
89+
#ubuntu-24.04,
90+
#ubuntu-24.04-arm,
91+
#windows-2019,
92+
#windows-2022,
93+
#windows-2025,
94+
#macos-13,
9495
macos-14,
9596
macos-15,
9697
]
@@ -105,6 +106,7 @@ jobs:
105106
- uses: actions/download-artifact@v4
106107
with:
107108
path: wheelhouse
109+
merge-multiple: true
108110
- run: pip install --no-index --find-links wheelhouse python_flint
109111

110112
# Check if the GIL is disabled in the free-threading build after import.

0 commit comments

Comments
 (0)