Skip to content

Commit

Permalink
CI/GHA: Run Windows tests on windows-2019 instead of windows-2022
Browse files Browse the repository at this point in the history
Resolves those errors:

    OSError: [WinError 10013] An attempt was made to access a socket in
    a way forbidden by its access permissions
  • Loading branch information
amotl committed May 22, 2022
1 parent e2acc55 commit 4cbf6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.8", "3.9", "3.10"]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 4cbf6fc

Please sign in to comment.