Skip to content

Commit b0c0ee0

Browse files
authored
devops: use windows-2019 for conda builds (#2899)
1 parent 6e3b718 commit b0c0ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
os: [ubuntu-22.04, macos-13, windows-2019]
163+
os: [ubuntu-22.04, macos-13, windows-2022]
164164
runs-on: ${{ matrix.os }}
165165
steps:
166166
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)