1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-06-04 09:02:12 +03:00

Add clang-13 into build matrix

This commit is contained in:
Teemu Ollakka 2023-03-29 18:14:43 +03:00
parent 5185ad3481
commit 94ea93a48d

View File

@ -118,6 +118,14 @@ jobs:
CC: clang
version: "12"
type: Release
- os: ubuntu-22.04
CC: clang
version: "13"
type: Debug
- os: ubuntu-22.04
CC: clang
version: "13"
type: Release
steps:
- name: Checkout repository