Skip to content

Commit

Permalink
Remove Ubuntu 16.04 since it will be removed on September 20, 2021 (a…
Browse files Browse the repository at this point in the history
…ctions/runner-images#3287).

Update GNU C++ versions with those that are available both on Ubuntu 18.04 and Ubuntu 20.04 on Github CI.
  • Loading branch information
s-trinh committed May 26, 2021
1 parent efb9421 commit 9bb8d31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ubuntu-dep-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
compiler: [8, 9]
os: [ubuntu-18.04, ubuntu-20.04]
compiler: [9, 11]

steps:
# https://github.com/marketplace/actions/cancel-workflow-action
Expand All @@ -32,6 +32,9 @@ jobs:
- name: Print OS information
run: lsb_release -a

- name: Print compiler information
run: dpkg --list | grep compiler

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libx11-dev libdc1394-22-dev libv4l-dev liblapack-dev libopenblas-dev libeigen3-dev libopencv-dev

Expand Down

0 comments on commit 9bb8d31

Please sign in to comment.