Skip to content

Commit

Permalink
[CI] Remove ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Mar 28, 2023
1 parent 45dc4c5 commit ffa2eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-catkin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]
build-type: [Debug, RelWithDebInfo, Release]
include:
- build-type: Debug
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ci-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]
build-type: [Debug, RelWithDebInfo, Release]
compiler: [gcc, clang]
include:
Expand All @@ -37,14 +37,6 @@ jobs:
build-type: ${{ matrix.build-type }}
ubuntu: |
apt: cmake libeigen3-dev libgtest-dev
- name: Install GTest
if: matrix.os == 'ubuntu-18.04'
uses: jrl-umi3218/github-actions/install-dependencies@master
with:
build-type: ${{ matrix.build-type }}
github: |
- path: google/googletest
ref: release-1.12.1
- name: Build and test
uses: jrl-umi3218/github-actions/build-cmake-project@master
with:
Expand Down

0 comments on commit ffa2eab

Please sign in to comment.