Skip to content

Commit d4d0186

Browse files
committed
Bump from windows-2019 to windows-2025
1 parent 497879f commit d4d0186

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
13+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-13, macos-14]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -29,17 +29,17 @@ jobs:
2929
# problematic in some situations. Maybe there is a better way to do
3030
# this.
3131
path-type: inherit
32-
if: ${{ matrix.os == 'windows-2019' }}
32+
if: ${{ matrix.os == 'windows-2025' }}
3333

3434
# Install pkgconfig on Windows from choco rather than from msys and
3535
# avoid using the Strawberry one.
3636
- run: choco install -y --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
37-
if: ${{ matrix.os == 'windows-2019' }}
37+
if: ${{ matrix.os == 'windows-2025' }}
3838

3939
# We have to set this here rather than in the cibuildwheel config
4040
# This is probably something to do with \ vs / in paths...
4141
- run: echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV
42-
if: ${{ matrix.os == 'windows-2019' }}
42+
if: ${{ matrix.os == 'windows-2025' }}
4343

4444
- name: Build wheels
4545
uses: pypa/cibuildwheel@90a0ddeff0f23eebc21630e65d66d0f4955e9b94 # v3.0.0b1
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
86+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-13, macos-14]
8787
# This list to be kept in sync with python-requires in pyproject.toml.
8888
python-version: ['3.11', '3.12', '3.13', '3.13t', 'pypy3.11']
8989

0 commit comments

Comments
 (0)