Skip to content

Commit 079aedb

Browse files
Merge pull request #5805 from maron2000/fix_xp
Switch VS XP builds to windows-2022 runner
2 parents 0d4b055 + 5831733 commit 079aedb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/vsbuild_xp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
1313
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
1414
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616
defaults:
1717
run:
1818
shell: pwsh
@@ -31,7 +31,6 @@ jobs:
3131
"Microsoft.VisualStudio.Component.VC.v141.x86.x64"
3232
"Microsoft.VisualStudio.Component.VC.v141.MFC"
3333
"Microsoft.VisualStudio.Component.WinXP"
34-
"Microsoft.VisualStudio.Component.Windows10SDK.22621"
3534
)
3635
[string]$workloadArgs = $componentsToAdd | ForEach-Object {" --add " + $_}
3736
$Arguments = ('/c', "vs_installer.exe", 'modify', '--installPath', "`"$InstallPath`"",$workloadArgs, '--quiet', '--norestart', '--nocache')

0 commit comments

Comments
 (0)