Skip to content

Commit

Permalink
windows-latest->windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Sep 23, 2023
1 parent b0c6d85 commit 75fb077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ macos-latest, ubuntu-latest, windows-2019 ]
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3 # for the test data
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 75fb077

Please sign in to comment.