Skip to content

Commit 813d954

Browse files
authored
Update CI to use latest windows (#707)
1 parent 77227e3 commit 813d954

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
python-version: 3.8
119119
- os: macos-latest
120120
python-version: 3.11
121-
- os: windows-2019
121+
- os: windows-latest
122122
python-version: 3.8
123-
- os: windows-2019
123+
- os: windows-latest
124124
python-version: 3.11
125125
steps:
126126
- uses: actions/checkout@v3
@@ -291,11 +291,11 @@ jobs:
291291
path: /tmp/m311
292292
- uses: actions/download-artifact@v3
293293
with:
294-
name: windows-2019-3.8
294+
name: windows-latest-3.8
295295
path: /tmp/w38
296296
- uses: actions/download-artifact@v3
297297
with:
298-
name: windows-2019-3.11
298+
name: windows-latest-3.11
299299
path: /tmp/w311
300300
- name: Install Dependencies
301301
run: pip install -U coverage coveralls diff-cover

0 commit comments

Comments
 (0)