From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 13 Sep 2025 20:37:07 +0000 (+0300) Subject: [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757) X-Git-Tag: v3.10.19~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c19c5bac6abf3da97d1d9b80cfa16e003897096;p=thirdparty%2FPython%2Fcpython.git [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757) (cherry picked from commit 6e78a539bfb406238ec251ba01b7a1819e5c303e) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b415b3d14fa..084a2857e08d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: build_win32: name: 'Windows (x86)' - runs-on: windows-latest + runs-on: windows-2022 needs: check_source if: needs.check_source.outputs.run_tests == 'true' env: @@ -159,7 +159,7 @@ jobs: build_win_amd64: name: 'Windows (x64)' - runs-on: windows-latest + runs-on: windows-2022 needs: check_source if: needs.check_source.outputs.run_tests == 'true' env: diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml index c9993b75df1b..de099a5c7da5 100644 --- a/.github/workflows/build_msi.yml +++ b/.github/workflows/build_msi.yml @@ -32,7 +32,7 @@ concurrency: jobs: build_win32: name: 'Windows (x86) Installer' - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v4 - name: Build CPython installer @@ -40,7 +40,7 @@ jobs: build_win_amd64: name: 'Windows (x64) Installer' - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v4 - name: Build CPython installer