Skip to content

Commit

Permalink
Merge pull request #83 from abdeladim-s/fix-windows-build
Browse files Browse the repository at this point in the history
Update wheels.yml
  • Loading branch information
absadiki authored Nov 29, 2024
2 parents 92eae10 + 4c2d387 commit e5cdd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-2019, macos-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.3
run: python -m pip install cibuildwheel

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit e5cdd0c

Please sign in to comment.