mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +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
|
||||
version: "10"
|
||||
type: Release
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "11"
|
||||
type: Debug
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "11"
|
||||
type: Release
|
||||
@ -61,6 +61,22 @@ jobs:
|
||||
CC: gcc
|
||||
version: "12"
|
||||
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
|
||||
- os: ubuntu-20.04
|
||||
CC: clang
|
||||
|
Reference in New Issue
Block a user