From: Ɓukasz Langa Date: Tue, 22 Feb 2022 10:06:36 +0000 (+0100) Subject: Force use of `windows-2019` on GHA to continue using the v140 platform toolkit X-Git-Tag: v3.8.13~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=899eb4167264a17ba703677814d69d4f7dcaea41;p=thirdparty%2FPython%2Fcpython.git Force use of `windows-2019` on GHA to continue using the v140 platform toolkit --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29810c4df1cc..5ed78701489d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: build_win32: name: 'Windows (x86)' - runs-on: windows-latest + runs-on: windows-2019 needs: check_source if: needs.check_source.outputs.run_tests == 'true' steps: @@ -109,7 +109,7 @@ jobs: build_win_amd64: name: 'Windows (x64)' - runs-on: windows-latest + runs-on: windows-2019 needs: check_source if: needs.check_source.outputs.run_tests == 'true' steps: