Skip to content

Commit f9f9e9c

Browse files
committed
Update LLVM Windows workflow to latest Action images.
1 parent 3d32fc7 commit f9f9e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/llvm-win.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
config:
12-
- { os: windows-2019, platform: x86, vs: 2019 }
13-
- { os: windows-2019, platform: x64, vs: 2019 }
12+
- { os: windows-2022, platform: x86, vs: 2022 }
13+
- { os: windows-2022, platform: x64, vs: 2022 }
1414

1515
runs-on: ${{ matrix.config.os }}
1616

@@ -35,7 +35,7 @@ jobs:
3535
- name: Environment
3636
shell: cmd
3737
run: |
38-
call "C:\Program Files (x86)\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
38+
call "C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
3939
:: Loop over all environment variables and make them global using set-env.
4040
:: See: https://stackoverflow.com/a/39184941
4141
setlocal

0 commit comments

Comments
 (0)