Remove Ubuntu Eoan from CI

This commit is contained in:
Jonas Kvinge
2020-07-04 11:34:47 +02:00
parent ab2732c55d
commit b195c4033d
2 changed files with 0 additions and 78 deletions

View File

@@ -532,16 +532,6 @@ jobs:
build_ubuntu_bionic:
docker:
- image: ubuntu:bionic
steps:
- install_ubuntu_dependencies
- checkout
- cmake
- build_deb
build_ubuntu_eoan:
docker:
- image: ubuntu:eoan
steps:
- install_ubuntu_dependencies
- checkout
@@ -627,10 +617,6 @@ workflows:
only: /.*/
- build_ubuntu_eoan:
filters:
tags:
only: /.*/
- build_ubuntu_bionic:
filters:
tags: