Skip to content

Commit c2c995d

Browse files
committed
Test on every OS again
1 parent f166504 commit c2c995d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/buildwheel.yml

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

1615
steps:
1716
- uses: actions/checkout@v4
@@ -85,13 +84,13 @@ jobs:
8584
fail-fast: false
8685
matrix:
8786
os: [
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,
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,
9594
macos-14,
9695
macos-15,
9796
]

0 commit comments

Comments
 (0)