Guthub action: Remove Ubuntu 16 from CI build

Because thas system isn't supported any more by github.
This commit is contained in:
Jochen Topf 2022-01-08 10:06:00 +01:00
parent edad45f7ab
commit 278c07098f
1 changed files with 0 additions and 12 deletions

View File

@ -3,18 +3,6 @@ name: C CI
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
ubuntu16:
runs-on: ubuntu-16.04
env:
CC: gcc
CXX: g++
CXXFLAGS: -Werror -Wall -pedantic
BUILD_TYPE: Debug
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install-ubuntu
- uses: ./.github/actions/build
ubuntu18: ubuntu18:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
env: env: