We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d93977 commit 52d3aceCopy full SHA for 52d3ace
1 file changed
.github/workflows/gha.yml
@@ -167,7 +167,7 @@ jobs:
167
CMAKE_CXX_COMPILER="${CXX}" CMAKE_C_COMPILER="${CC}" GTEST_ROOT="${BASE}/usr" CFLAGS="-Werror -g -gdwarf-4 -fsanitize=undefined -fno-sanitize-recover=all" CXXFLAGS="-Werror -g -ggdb3 -gdwarf-4 -fsanitize=undefined -fno-sanitize-recover=all" ${ACTION}
168
169
windows:
170
- runs-on: windows-2019
+ runs-on: windows-2022
171
strategy:
172
fail-fast: false
173
matrix:
@@ -179,7 +179,7 @@ jobs:
179
uses: actions/cache@v3
180
with:
181
path: C:/vcpkg/installed
182
- key: windows-2019-vcpkg-v2
+ key: windows-2022-vcpkg-v2
183
- name: Build dependencies
184
if: steps.cache-vcpkg.outputs.cache-hit != 'true'
185
shell: powershell
0 commit comments