mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-05 20:16:48 +03:00
Use ubuntu-22.04 for GitHub actions
Ubuntu-20.04 hosted runner image is closing down.
This commit is contained in:
parent
2d7b357e60
commit
5b58e6d35f
32
.github/workflows/build.yml
vendored
32
.github/workflows/build.yml
vendored
@ -13,35 +13,35 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
# GCC/G++
|
# GCC/G++
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "7"
|
version: "7"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "7"
|
version: "7"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "8"
|
version: "8"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "8"
|
version: "8"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "9"
|
version: "9"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "9"
|
version: "9"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Release
|
type: Release
|
||||||
@ -78,35 +78,35 @@ jobs:
|
|||||||
version: "14"
|
version: "14"
|
||||||
type: Release
|
type: Release
|
||||||
# Clang
|
# Clang
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "6.0"
|
version: "6.0"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "6.0"
|
version: "6.0"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "11"
|
version: "11"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "11"
|
version: "11"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "12"
|
version: "12"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: clang
|
CC: clang
|
||||||
version: "12"
|
version: "12"
|
||||||
type: Release
|
type: Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user