mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Github Actions has removed ubuntu-18.04
Replace ubuntu-18.04 virtual environment with ubuntu-20.04. Compilation tests for GCC < 7 cannot be done anymore since ubuntu-20.04 environment does not provide such an old compilers.
This commit is contained in:
36
.github/workflows/build.yml
vendored
36
.github/workflows/build.yml
vendored
@ -13,43 +13,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
# GCC/G++
|
# GCC/G++
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: gcc
|
|
||||||
version: "4.8"
|
|
||||||
type: Debug
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
|
||||||
version: "4.8"
|
|
||||||
type: Release
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
|
||||||
version: "5"
|
|
||||||
type: Debug
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
|
||||||
version: "5"
|
|
||||||
type: Release
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
|
||||||
version: "6"
|
|
||||||
type: Debug
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
|
||||||
version: "6"
|
|
||||||
type: Release
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "7"
|
version: "7"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "7"
|
version: "7"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "8"
|
version: "8"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "8"
|
version: "8"
|
||||||
type: Release
|
type: Release
|
||||||
@ -86,11 +62,11 @@ jobs:
|
|||||||
version: "12"
|
version: "12"
|
||||||
type: Release
|
type: Release
|
||||||
# Clang
|
# Clang
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "6.0"
|
version: "6.0"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "6.0"
|
version: "6.0"
|
||||||
type: Release
|
type: Release
|
||||||
|
Reference in New Issue
Block a user