1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Drop Ubuntu 16.04 environment from github build workflow

Ubuntu 16.04 is EOL and not working anymore on github.
This commit is contained in:
Daniele Sciascia
2021-08-16 14:02:51 +02:00
parent c45b1eff94
commit fb86776354

View File

@ -13,19 +13,19 @@ jobs:
matrix:
config:
# GCC/G++
- os: ubuntu-16.04
- os: ubuntu-18.04
CC: gcc
version: "4.8"
type: Debug
- os: ubuntu-16.04
- os: ubuntu-18.04
CC: gcc
version: "4.8"
type: Release
- os: ubuntu-16.04
- os: ubuntu-18.04
CC: gcc
version: "5"
type: Debug
- os: ubuntu-16.04
- os: ubuntu-18.04
CC: gcc
version: "5"
type: Release