Guthub action: Remove Ubuntu 16 from CI build
Because thas system isn't supported any more by github.
This commit is contained in:
parent
edad45f7ab
commit
278c07098f
|
|
@ -3,18 +3,6 @@ name: C CI
|
|||
on: [push, pull_request]
|
||||
|
||||
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:
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue