Skip to content

Commit

Permalink
Make: Upgrade to MSVC 17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Jun 30, 2024
1 parent 812747d commit ce0b088
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ jobs:
- name: Setup QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3
- name: Upgrade MSVC tooling
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v2
with:
vs-version: '17.10'
- name: Install cibuildwheel
run: python -m pip install cibuildwheel
- name: Build wheels
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
- name: Setup QEMU
if: matrix.os == 'ubuntu-latest' # We only need QEMU for Linux builds
uses: docker/setup-qemu-action@v3
- name: Upgrade MSVC tooling
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v2
with:
vs-version: '17.10'
- name: Install cibuildwheel
run: python -m pip install cibuildwheel
- name: Build wheels
Expand Down

0 comments on commit ce0b088

Please sign in to comment.