Skip to content

Commit

Permalink
Merge pull request #374 from lazka/ci-wheel-update
Browse files Browse the repository at this point in the history
CI: use windows-2022 and update pypa/cibuildwheel
  • Loading branch information
lazka authored Sep 1, 2024
2 parents 339dc62 + b878594 commit f61eec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
- os: windows-2022
platform_id: win_amd64
cairo_plat: x64
msvc_arch: x64
- os: windows-2019
- os: windows-2022
platform_id: win32
cairo_plat: x86
msvc_arch: x86
Expand All @@ -52,7 +52,7 @@ jobs:
arch : ${{ matrix.msvc_arch }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16
uses: pypa/cibuildwheel@v2.20
env:
CFLAGS: "-DCAIRO_WIN32_STATIC_BUILD=1"
CIBW_BEFORE_BUILD: "python {package}/.ci/download-cairo-win32.py ${{ matrix.cairo_plat }}"
Expand Down

0 comments on commit f61eec3

Please sign in to comment.