mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Build Windows installers on windows-2022 image
This commit is contained in:
2
.github/workflows/vsbuild_xp.yml
vendored
2
.github/workflows/vsbuild_xp.yml
vendored
@@ -212,7 +212,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
|
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
|
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]
|
needs: [MSBuild_XP_CI_build, MinGW32_lowend_CI_build]
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
2
.github/workflows/windows-installers.yml
vendored
2
.github/workflows/windows-installers.yml
vendored
@@ -284,7 +284,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
|
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
|
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]
|
needs: [MinGW32_CI_build, MinGW64_CI_build, Visual_Studio_CI_build]
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
Reference in New Issue
Block a user