8000 Attempt to fix Windows CI by falling back to windows-2019 · python/mypy@6a6c981 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a6c981

Browse files
committed
Attempt to fix Windows CI by falling back to windows-2019
See #12460 for context.
1 parent 82bc8df commit 6a6c981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Test suite with py37-windows-32
2525
python: '3.7'
2626
arch: x86
27-
os: windows-latest
27+
os: windows-2019
2828
toxenv: py37
2929
- name: Test suite with py37-windows-64
3030
python: '3.7'
3131
arch: x64
32-
os: windows-latest
32+
os: windows-2019
3333
toxenv: py37
3434
- name: Test suite with py37-ubuntu
3535
python: '3.7'

0 commit comments

Comments
 (0)
0