We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f507876 commit a68cd1cCopy full SHA for a68cd1c
1 file changed
.github/workflows/wheels.yml
@@ -13,7 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
#os: [macos-15-intel, macos-latest, ubuntu-latest, windows-latest] # 12 oldest
16
- os: [macos-15-intel, macos-latest, ubuntu-latest] # 12 oldest
+ #os: [macos-15-intel, macos-latest, ubuntu-latest] # 12 oldest
17
+ os: [ubuntu-latest]
18
19
20
steps:
0 commit comments