We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77227e3 commit 813d954Copy full SHA for 813d954
.github/workflows/main.yml
@@ -118,9 +118,9 @@ jobs:
118
python-version: 3.8
119
- os: macos-latest
120
python-version: 3.11
121
- - os: windows-2019
+ - os: windows-latest
122
123
124
125
steps:
126
- uses: actions/checkout@v3
@@ -291,11 +291,11 @@ jobs:
291
path: /tmp/m311
292
- uses: actions/download-artifact@v3
293
with:
294
- name: windows-2019-3.8
+ name: windows-latest-3.8
295
path: /tmp/w38
296
297
298
- name: windows-2019-3.11
+ name: windows-latest-3.11
299
path: /tmp/w311
300
- name: Install Dependencies
301
run: pip install -U coverage coveralls diff-cover
0 commit comments