Skip to content

Commit 3025b1b

Browse files
Use Windows-2019 container over windows-latest
1 parent aa3876f commit 3025b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python -c "import mkl_umath, numpy as np; mkl_umath.use_in_numpy(); np.sin(np.linspace(0, 1, num=10**6));"
126126
127127
build_windows:
128-
runs-on: windows-latest
128+
runs-on: windows-2019
129129

130130
strategy:
131131
matrix:
@@ -189,7 +189,7 @@ jobs:
189189
matrix:
190190
python: ['3.10', '3.11', '3.12']
191191
experimental: [false]
192-
runner: [windows-latest]
192+
runner: [windows-2019]
193193
continue-on-error: ${{ matrix.experimental }}
194194
env:
195195
workdir: '${{ github.workspace }}'

0 commit comments

Comments
 (0)