Skip to content

Commit

Permalink
🔧 attempt to fix cd.yml (macos part)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 8, 2024
1 parent 1e10d06 commit 9720055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

build-wheels:
name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
needs: pre_flight_check
strategy:
matrix:
os: [ ubuntu, windows, macos ]
os: [ ubuntu-latest, windows-latest, macos-12 ]
qemu: [ '' ]
include:
# Split ubuntu job for the sake of speed-up
Expand Down

0 comments on commit 9720055

Please sign in to comment.