Skip to content

Commit

Permalink
change runner image to windows-2022 in an attempt to reproduce the …
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
keithmanville committed Aug 1, 2023
1 parent d492cc8 commit 75bb8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
linting-and-style-checks:
runs-on: ubuntu-20.04
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.9"]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: python3 -m tox run -e ${{ matrix.tox-testenv }}

unit-tests:
runs-on: ubuntu-20.04
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.9", "3.10"]
Expand Down

0 comments on commit 75bb8aa

Please sign in to comment.