Skip to content

Commit 0ee84f8

Browse files
committed
[ci] Update Visual Studio generator according to github image.
1 parent d912df6 commit 0ee84f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-matrix.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)