File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
path : bin
61
61
62
62
windows-build :
63
- runs-on : windows-2019
63
+ runs-on : windows-2022
64
64
steps :
65
65
- name : Set environment
66
66
run : $s = $env:GITHUB_SHA.subString(0, 7); echo "SHORT_SHA=$s" >> $env:GITHUB_ENV
75
75
$configurations = "Release"
76
76
# "Debug" builds are disabled, since we don't really need them
77
77
78
- $vsPath = "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise"
78
+ $vsPath = "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise"
79
79
80
80
Import-Module "$vsPath\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
81
81
Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation
@@ -111,7 +111,7 @@ jobs:
111
111
- name : Upload build artifact
112
112
uses : actions/upload-artifact@v4
113
113
with :
114
- name : ' windows-vs2019 -bin-x64-${{ env.SHORT_SHA }}'
114
+ name : ' windows-vs2022 -bin-x64-${{ env.SHORT_SHA }}'
115
115
path : bin
116
116
117
117
copy-artifacts :
You can’t perform that action at this time.
0 commit comments