Skip to content

Commit 0cedb2e

Browse files
committed
Test GoogleTest 1.14.0.
1 parent 8e25915 commit 0cedb2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/msvc_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Install googletest"
2121
uses: Bacondish2023/setup-googletest@v1
2222
with:
23-
tag: v1.15.2
23+
tag: v1.14.0
2424
build-type: ${{ matrix.build_type }}
2525
- name: "Install Python dependencies"
2626
run: |

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if (MSVC)
1515
endif ()
1616

1717
# setup testing wit GoogleTest
18-
set(PLSSVM_googletest_VERSION v1.15.2)
19-
find_package(GTest 1.15.2 QUIET)
18+
set(PLSSVM_googletest_VERSION v1.14.0)
19+
find_package(GTest 1.14.0 QUIET)
2020
if (GTEST_FOUND)
2121
message(STATUS "Found package GTest.")
2222
else ()

0 commit comments

Comments
 (0)