Skip to content

Commit d2e4881

Browse files
authored
Merge pull request #1122 from dlyr/update_vs
[ci] Update Visual Studio generator according to github image. [ci] Bump codecov version, fix pgp failure.
2 parents 983b90c + 0e86f7e commit d2e4881

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
posix_path=$(cygpath -u "${{ github.workspace }}")
163163
mkdir -p "$posix_path/glfw_install/"
164164
# configure glfw
165-
cmake -S glfw -B glfw/build-shared -G "Visual Studio 17 2022" -DBUILD_SHARED_LIBS=OFF \
165+
cmake -S glfw -B glfw/build-shared -G "Visual Studio 18 2026" -DBUILD_SHARED_LIBS=OFF \
166166
-DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF \
167167
-DCMAKE_INSTALL_PREFIX="$posix_path/glfw_install/"
168168
# build glfw
@@ -278,7 +278,7 @@ jobs:
278278
279279
- name: Upload unittests coverage report
280280
if: ${{ inputs.coverage == 'true' }}
281-
uses: codecov/codecov-action@v6.0.0
281+
uses: codecov/codecov-action@v7
282282
with:
283283
fail_ci_if_error: true # optional (default = false)
284284
files: ${{ steps.paths.outputs.radium_build_dir }}/fastcov_unittests.info
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Upload integration coverage report
291291
if: ${{ inputs.coverage == 'true' }}
292-
uses: codecov/codecov-action@v6.0.0
292+
uses: codecov/codecov-action@v7
293293
with:
294294
fail_ci_if_error: true # optional (default = false)
295295
files: ${{ steps.paths.outputs.radium_build_dir }}/fastcov_integration.info

0 commit comments

Comments
 (0)