Skip to content

Commit 3201b49

Browse files
committed
Use windows-2019 for build
1 parent 2f906a2 commit 3201b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python: ['3.9', '3.10', '3.11']
33-
os: [ubuntu-latest, windows-latest]
33+
os: [ubuntu-latest, windows-2019]
3434

3535
runs-on: ${{ matrix.os }}
3636

0 commit comments

Comments
 (0)