1
0
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:
Teemu Ollakka
2023-02-26 10:06:39 +02:00
parent 53638a8384
commit 9e8708af7e

View File

@ -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