mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Apparently github has removed support for Ubuntu 20.04 in workfolws.
Migrate builds done in 20.04 to 22.04 where possible, i.e. where compiler is supported in 22.04.
This commit is contained in:
52
.github/workflows/build.yml
vendored
52
.github/workflows/build.yml
vendored
@ -13,35 +13,19 @@ jobs:
|
||||
matrix:
|
||||
config:
|
||||
# GCC/G++
|
||||
- os: ubuntu-20.04
|
||||
CC: gcc
|
||||
version: "7"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
CC: gcc
|
||||
version: "7"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
CC: gcc
|
||||
version: "8"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
CC: gcc
|
||||
version: "8"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "9"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "9"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "10"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "10"
|
||||
type: Release
|
||||
@ -78,35 +62,11 @@ jobs:
|
||||
version: "14"
|
||||
type: Release
|
||||
# Clang
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "6.0"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "6.0"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "10"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "10"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "11"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
version: "11"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "12"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "12"
|
||||
type: Release
|
||||
|
Reference in New Issue
Block a user