From d2509c1bfc12f34d067719037fe951b1917fb866 Mon Sep 17 00:00:00 2001 From: Jacob Beal Date: Sat, 21 Oct 2023 06:24:12 -0500 Subject: [PATCH] Change Windows build to windows-2019 Biopython installation currently fails on the windows-2022 image (see https://github.com/biopython/biopython/issues/4463) Until this is fixed, roll back to windows-2019, which is what biopython is tested against. --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ad631730..3c0c2db2 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: