Skip to content

Commit 801066a

Browse files
committed
reactivate all os
1 parent 0d9378b commit 801066a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest] #, windows-latest, macos-14, macos-15-intel]
19+
os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
2020

2121
steps:
2222
- name: Checkout code
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout code
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
submodules: recursive
8080

0 commit comments

Comments
 (0)