Skip to content

Commit 9720055

Browse files
committed
🔧 attempt to fix cd.yml (macos part)
1 parent 1e10d06 commit 9720055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242

4343
build-wheels:
4444
name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }}
45-
runs-on: ${{ matrix.os }}-latest
45+
runs-on: ${{ matrix.os }}
4646
needs: pre_flight_check
4747
strategy:
4848
matrix:
49-
os: [ ubuntu, windows, macos ]
49+
os: [ ubuntu-latest, windows-latest, macos-12 ]
5050
qemu: [ '' ]
5151
include:
5252
# Split ubuntu job for the sake of speed-up

0 commit comments

Comments
 (0)