File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ management. Other alternatives are listed below.
4343## Technical details
4444
4545Linux 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
4747performance in a series of [ benchmarks] ( benchmarks/benchmarks.py ) , even in comparison to
4848` icx ` -compiled wheels.
4949
You can’t perform that action at this time.
0 commit comments