File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments