Skip to content

Commit fd8d999

Browse files
committed
update workflows #GITBUILD
1 parent 4dcee8b commit fd8d999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: windows-2019
26+
runs-on: windows-2022
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
$installPath = vswhere -latest -products * -requires Microsoft.Component.MSBuild `
142142
-property installationPath
143143
if (-not $installPath) { throw 'VS 2022 not found' }
144-
Write-Host "##[set-output name=installPath]$installPath"
144+
"installPath=$installPath" >> $env:GITHUB_OUTPUT
145145
146146
# download vs installer builder (v2.0.1)
147147
- name: Download Installer-Projects VSIX

0 commit comments

Comments
 (0)