Skip to content

Commit

Permalink
Merge pull request #223 from SynBioDex/windows-2019-rollback
Browse files Browse the repository at this point in the history
Change Windows build to windows-2019
  • Loading branch information
jakebeal authored Oct 25, 2023
2 parents d468ade + caf9a8f commit 3af9492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
include:
# Also test on macOS and Windows using the latest Python 3
- os: macos-latest
python-version: 3.x
- os: windows-latest
python-version: 3.x
python-version: 3.11 # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212
- os: windows-2019
python-version: 3.11 # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3af9492

Please sign in to comment.