Skip to content

Commit

Permalink
Pin Ubuntu version
Browse files Browse the repository at this point in the history
See actions/setup-python#543.

Supported versions of GTest depends on Python 2 which went end-of-life
in January 2020.
  • Loading branch information
thetic committed Dec 6, 2022
1 parent f7607c7 commit 128635e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
preset: coverage
apt_packages: lcov
- name: Google Test
os: ubuntu-latest
runs-on: ubuntu-20.04
cmake_args: -DCMAKE_CXX_STANDARD=98
preset: gtest
ctest_args: -C Debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: "cpputest_build/**/cpputest_*.xml"

gtest:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
version: [15, 16, 17, 18]
Expand Down

0 comments on commit 128635e

Please sign in to comment.