Skip to content

Commit 2d87098

Browse files
committed
reset matrix.os on CIBUILDWHEEL
1 parent 0d98fcc commit 2d87098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
CIBW_ARCHS_MACOS: "x86_64"
1919
strategy:
2020
matrix:
21-
os: [macos-12]
22-
# os: [ubuntu-latest, windows-latest, macos-12]
21+
os: [ubuntu-latest, windows-latest, macos-12]
2322
python: [311, 310, 39, 38]
2423

2524
steps:

0 commit comments

Comments
 (0)