mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Add clang-13 into build matrix
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -118,6 +118,14 @@ jobs:
|
|||||||
CC: clang
|
CC: clang
|
||||||
version: "12"
|
version: "12"
|
||||||
type: Release
|
type: Release
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
CC: clang
|
||||||
|
version: "13"
|
||||||
|
type: Debug
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
CC: clang
|
||||||
|
version: "13"
|
||||||
|
type: Release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user