diff --git a/.github/workflows/vsbuild_xp.yml b/.github/workflows/vsbuild_xp.yml index d0a3f8d5b..d13ca5d25 100644 --- a/.github/workflows/vsbuild_xp.yml +++ b/.github/workflows/vsbuild_xp.yml @@ -212,7 +212,7 @@ jobs: permissions: actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows contents: write # for actions/checkout to fetch code and softprops/action-gh-release - runs-on: windows-latest + runs-on: windows-2022 needs: [MSBuild_XP_CI_build, MinGW32_lowend_CI_build] env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/windows-installers.yml b/.github/workflows/windows-installers.yml index 014fb5082..03adab8da 100644 --- a/.github/workflows/windows-installers.yml +++ b/.github/workflows/windows-installers.yml @@ -284,7 +284,7 @@ jobs: permissions: actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows contents: write # for actions/checkout to fetch code and softprops/action-gh-release - runs-on: windows-latest + runs-on: windows-2022 needs: [MinGW32_CI_build, MinGW64_CI_build, Visual_Studio_CI_build] env: GH_TOKEN: ${{ github.token }}