1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-01-09 21:52:51 +01:00

workflows: Stop building/testing on Ubuntu 16.04

General support for this release has ended.
This commit is contained in:
Tom Stellard 2021-07-26 23:00:56 -07:00 committed by Tom Stellard
parent bde97fd39a
commit 98b76cd999

View File

@ -48,10 +48,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubuntu-16.04
container-image: docker.io/ubuntu:16.04
dependencies: "$UBUNTU_BUILD_DEPENDENCIES"
test: true
- name: ubuntu-18.04
container-image: docker.io/ubuntu:18.04
dependencies: "$UBUNTU_BUILD_DEPENDENCIES"
@ -69,7 +65,7 @@ jobs:
dependencies: "$UBUNTU_BUILD_DEPENDENCIES"
test: true
- name: linux
container-image: docker.io/ubuntu:16.04
container-image: docker.io/ubuntu:18.04
dependencies: "$LINUX_BUILD_DEPENDENCIES"
test: false