Skip to content

Commit e79457b

Browse files
committed
Upgrade GoogleBenchmark to v1.9.5
Let's try to fix GitHub runner error when running benchmark on MacOS by upgrading GoogleBenchmark.
1 parent 9a7585b commit e79457b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
GoogleBenchmark
99
GIT_REPOSITORY https://github.com/google/benchmark.git
10-
GIT_TAG v1.8.3 # Using a specific tag ensures stability
10+
GIT_TAG v1.9.5 # Using a specific tag ensures stability
1111
)
1212

1313
# Disable building of Google Benchmark's own internal tests. We only need the library.

0 commit comments

Comments
 (0)