1010 strategy :
1111 fail-fast : false
1212 matrix :
13- os : [ubuntu-24.04, ubuntu-24.04-arm, windows-2025 , macos-13, macos-14]
13+ os : [ubuntu-24.04, ubuntu-24.04-arm, windows-2019 , 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-2025 ' }}
32+ if : ${{ matrix.os == 'windows-2019 ' }}
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-2025 ' }}
37+ if : ${{ matrix.os == 'windows-2019 ' }}
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-2025 ' }}
42+ if : ${{ matrix.os == 'windows-2019 ' }}
4343
4444 - name : Build wheels
4545 uses : pypa/cibuildwheel@90a0ddeff0f23eebc21630e65d66d0f4955e9b94 # v3.0.0b1
8383 strategy :
8484 fail-fast : false
8585 matrix :
86- os : [ubuntu-24.04, ubuntu-24.04-arm, windows-2025 , macos-13, macos-14]
86+ os : [ubuntu-24.04, ubuntu-24.04-arm, windows-2019 , 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