mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-04 09:02:12 +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:
|
||||
config:
|
||||
# GCC/G++
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "7"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "7"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "8"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.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 +78,35 @@ jobs:
|
||||
version: "14"
|
||||
type: Release
|
||||
# Clang
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "6.0"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "6.0"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "10"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "10"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: clang
|
||||
version: "11"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user