mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Add GCC 12 into GitHup actions build matrix
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -77,6 +77,14 @@ jobs:
|
||||
CC: gcc
|
||||
version: "11"
|
||||
type: Release
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "12"
|
||||
type: Debug
|
||||
- os: ubuntu-22.04
|
||||
CC: gcc
|
||||
version: "12"
|
||||
type: Release
|
||||
# Clang
|
||||
- os: ubuntu-18.04
|
||||
CC: clang
|
||||
|
Reference in New Issue
Block a user