From 71832662269c8263a80c554a6d2258daa0071274 Mon Sep 17 00:00:00 2001
From: Hannes Hauswedell
Date: Fri, 21 Jul 2023 14:40:31 +0000
Subject: [PATCH] [infra] add gcc13 to CI
---
.github/workflows/ci.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 625059b3..cd868f60 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,6 +61,13 @@ jobs:
build_type: Debug
cxx_flags: "-fsanitize=address,undefined"
+ - name: "Unit gcc13 Debug"
+ cxx: "g++-13"
+ cc: "gcc-13"
+ pkg: "gcc-13 g++-13"
+ build: unit
+ build_type: Debug
+
- name: "Integration gcc12"
cxx: "g++-12"
cc: "gcc-12"