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:
parent
bde97fd39a
commit
98b76cd999
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user