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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user