8000 devops: use windows-2019 for conda builds · microsoft/playwright-python@9c11e25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c11e25

Browse files
authored
devops: use windows-2019 for conda builds
1 parent 6e3b718 commit 9c11e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)
0