Skip to content

Commit

Permalink
Update CI to use latest windows (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm authored Nov 3, 2023
1 parent 77227e3 commit 813d954
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 @@ -118,9 +118,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 @@ -291,11 +291,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 813d954

Please sign in to comment.