Skip to content

Commit 3c052b1

Browse files
authored
ci: update to windows latest (#454)
* ci: update to windows latest * ci: update to windows latest
1 parent 0dfd109 commit 3c052b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build_with_cmake:
15-
runs-on: windows-2019
15+
runs-on: windows-latest
1616

1717
strategy:
1818
matrix:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828

2929
- name: Generate Project
30-
run: cmake -B Build/${{ matrix.mode }} -DCMAKE_BUILD_TYPE=${{ matrix.mode }} -DRFK_DEV=1 -G "Visual Studio 16 2019" -A x64
30+
run: cmake -B Build/${{ matrix.mode }} -DCMAKE_BUILD_TYPE=${{ matrix.mode }} -DRFK_DEV=1 -G "Visual Studio 17 2022" -A x64
3131

3232
- name: Build async_simple
3333
run: cmake --build Build/${{ matrix.mode }} --config ${{ matrix.mode }} --verbose
@@ -39,7 +39,7 @@ jobs:
3939
run: ctest -C ${{ matrix.mode }} --output-on-failure
4040

4141
build_with_bazel:
42-
runs-on: windows-2019
42+
runs-on: windows-latest
4343

4444
steps:
4545
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)