Skip to content

Commit

Permalink
Update CI to use latest windows
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm committed Nov 3, 2023
1 parent 524f969 commit 18d5dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ jobs:
python-version: 3.8
- os: macos-latest
python-version: 3.11
- os: windows-2019
- os: windows-latest
python-version: 3.8
- os: windows-2019
- os: windows-latest
python-version: 3.11
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -249,11 +249,11 @@ jobs:
path: /tmp/m311
- uses: actions/download-artifact@v3
with:
name: windows-2019-3.8
name: windows-latest-3.8
path: /tmp/w38
- uses: actions/download-artifact@v3
with:
name: windows-2019-3.11
name: windows-latest-3.11
path: /tmp/w311
- name: Install Dependencies
run: pip install -U coverage coveralls diff-cover
Expand Down

0 comments on commit 18d5dae

Please sign in to comment.