Skip to content

Commit

Permalink
Merge pull request artivis#251 from artivis/feature/22.04-ci
Browse files Browse the repository at this point in the history
Ubuntu 22.04 in CI
  • Loading branch information
artivis authored Jul 2, 2022
2 parents b47c010 + 0dc5941 commit ef2d294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
build_type: [Release, Debug]
compiler: [{
"cc": "gcc",
Expand Down
2 changes: 1 addition & 1 deletion test/gtest/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.8.x
GIT_TAG v1.12.0
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit ef2d294

Please sign in to comment.