Skip to content

Commit

Permalink
Change Windows build to windows-2019
Browse files Browse the repository at this point in the history
Biopython installation currently fails on the windows-2022 image (see biopython/biopython#4463)

Until this is fixed, roll back to windows-2019, which is what biopython is tested against.
  • Loading branch information
jakebeal authored Oct 21, 2023
1 parent d468ade commit d2509c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Also test on macOS and Windows using the latest Python 3
- os: macos-latest
python-version: 3.x
- os: windows-latest
- os: windows-2019
python-version: 3.x

steps:
Expand Down

0 comments on commit d2509c1

Please sign in to comment.