Skip to content

Commit

Permalink
Bump googletest (#164)
Browse files Browse the repository at this point in the history
* bump downloaded googletest version

* ci tests: update macos versions

macos 11 seems not responsive anymore?
macos 14 for testing on arm64
  • Loading branch information
benbovy authored Oct 9, 2024
1 parent d38c6b9 commit 708cc57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
cfg:
- {os: ubuntu-latest, gcc: 9, label: "linux / gcc 9"}
- {os: ubuntu-latest, gcc: 11, label: "linux / gcc 11"}
- {os: macos-11, label: "macos 11"}
- {os: macos-12, label: "macos 12"}
- {os: macos-14, label: "macos 14"}
- {os: windows-latest, label: "windows"}
steps:
- name: Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ if(FS_DOWNLOAD_GTEST OR FS_GTEST_SRC_DIR)
include(FetchContent)

if(FS_DOWNLOAD_GTEST)
message(STATUS "Downloading googletest v1.13.0")
message(STATUS "Downloading googletest v1.15.2")

FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest
GIT_TAG tags/v1.13.0
GIT_TAG tags/v1.15.2
GIT_SHALLOW TRUE)
else()
message(STATUS "Build googletest from local directory")
Expand Down

0 comments on commit 708cc57

Please sign in to comment.