Skip to content

Commit 62a5633

Browse files
committed
ci: updated action for setting up MSVC developer environment
1 parent 4bf060e commit 62a5633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- os: windows-latest
21+
- os: windows-2022
2222
cmake_preset: windows-x86-debug
2323
build_conf: Debug
2424
devenv_arch: amd64_x86
25-
- os: windows-latest
25+
- os: windows-2022
2626
cmake_preset: windows-x64-debug
2727
build_conf: Debug
2828
devenv_arch: amd64
29-
- os: windows-latest
29+
- os: windows-2022
3030
cmake_preset: windows-x64-release
3131
build_conf: RelWithDebInfo
3232
devenv_arch: amd64
@@ -51,7 +51,7 @@ jobs:
5151
- name: Create build environment
5252
run: cmake -E make_directory ${{ github.workspace }}/build
5353

54-
- uses: ilammy/msvc-dev[email protected]
54+
- uses: TheMrMilchmann/setup-msvc-dev@v4
5555
if: runner.os == 'Windows'
5656
with:
5757
arch: ${{ matrix.devenv_arch }}

0 commit comments

Comments
 (0)