Skip to content

Commit

Permalink
update cibuildhweel to fix Windows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Apr 18, 2024
1 parent 871a1cc commit c8f4164
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 @@ -39,7 +39,7 @@ jobs:
# Building on macOS requires an installation of gcc since the default clang compiler
# lacks certain features required for building the package
- name: Build wheels (macOS)
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BEFORE_BUILD: brew install ninja gcc@12
CIBW_ENVIRONMENT: "CC=gcc-12 CXX=g++-12"
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'
- name: Build wheels (Windows)
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BEFORE_BUILD: choco install -y ninja cmake
CIBW_ARCHS_WINDOWS: "auto64"
Expand Down

0 comments on commit c8f4164

Please sign in to comment.