Build Windows installers on windows-2022 image

This commit is contained in:
maron2000
2025-09-06 15:59:12 +09:00
parent 03598f7cfd
commit 8157330680
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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 }}