mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Try actions gcc-11 on ubuntu 22.04, add gcc 13 and 14 on ubuntu 24.04
The gcc-11 disappeared from ubuntu-2004. Change gcc-11 os to ubuntu 22.04 where it is available. Add gcc-13 and gcc-14 which are now available on ubuntu-2404.
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -45,11 +45,11 @@ jobs:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
version: "10"
|
version: "10"
|
||||||
type: Release
|
type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "11"
|
version: "11"
|
||||||
type: Debug
|
type: Debug
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
CC: gcc
|
CC: gcc
|
||||||
version: "11"
|
version: "11"
|
||||||
type: Release
|
type: Release
|
||||||
@ -61,6 +61,22 @@ jobs:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
version: "12"
|
version: "12"
|
||||||
type: Release
|
type: Release
|
||||||
|
- os: ubuntu-24.04
|
||||||
|
CC: gcc
|
||||||
|
version: "13"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-24.04
|
||||||
|
CC: gcc
|
||||||
|
version: "13"
|
||||||
|
type: Release
|
||||||
|
- os: ubuntu-24.04
|
||||||
|
CC: gcc
|
||||||
|
version: "14"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-24.04
|
||||||
|
CC: gcc
|
||||||
|
version: "14"
|
||||||
|
type: Release
|
||||||
# Clang
|
# Clang
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
CC: clang
|
CC: clang
|
||||||
|
Reference in New Issue
Block a user