Skip to content

Commit

Permalink
🔧 use ubuntu-22.04 for cibuildwheel in continuous deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 24, 2024
1 parent deed205 commit 7ce1ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: pre_flight_check
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-13 ]
os: [ ubuntu-22.04, windows-latest, macos-13 ]
qemu: [ '' ]
include:
# Split ubuntu job for the sake of speed-up
Expand Down

0 comments on commit 7ce1ef1

Please sign in to comment.