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:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -13,19 +13,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
# GCC/G++
|
# GCC/G++
|
||||||
- os: ubuntu-16.04
|
- os: ubuntu-18.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "4.8"
|
version: "4.8"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-16.04
|
- os: ubuntu-18.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "4.8"
|
version: "4.8"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-16.04
|
- os: ubuntu-18.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "5"
|
version: "5"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-16.04
|
- os: ubuntu-18.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "5"
|
version: "5"
|
||||||
type: Release
|
type: Release
|
||||||
|
Reference in New Issue
Block a user