Skip to content

Commit e7ea568

Browse files
committed
Update windows runner to 2022
1 parent 598d26b commit e7ea568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Fetch build matrix
5858
run: |
5959
fetch_args="--store build.json --runs-on ubuntu-22.04"
60-
${{ inputs.manylinux }} || fetch_args="${fetch_args} --runs-on windows-2019"
60+
${{ inputs.manylinux }} || fetch_args="${fetch_args} --runs-on windows-2022"
6161
${{ inputs.force-build }} && fetch_args="${fetch_args} --force-build"
6262
MATRIX="$(uv run tools/fetch_matrix ${{ inputs.name }} ${fetch_args})"
6363
echo "MATRIX=${MATRIX}" >>$GITHUB_ENV

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ management. Other alternatives are listed below.
4343
## Technical details
4444

4545
Linux wheels are built with `gcc` on Ubuntu 22.04. Windows wheels are built with `msvc` (numpy) and
46-
`mingw-w64` (scipy) on Windows Server 2019. These compilers showed the most consistent runtime
46+
`mingw-w64` (scipy) on Windows Server 2022. These compilers showed the most consistent runtime
4747
performance in a series of [benchmarks](benchmarks/benchmarks.py), even in comparison to
4848
`icx`-compiled wheels.
4949

0 commit comments

Comments
 (0)