From b790f081948d9c5c24c366ac68751feda85a6f1d Mon Sep 17 00:00:00 2001 From: offa Date: Sat, 25 May 2024 18:46:44 +0200 Subject: [PATCH] Add GCC 14 CI build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3a25c..ee185d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: strategy: matrix: build_config: + - { compiler: gcc, version: 14 } - { compiler: gcc, version: 13 } - { compiler: gcc, version: 12 } - { compiler: gcc, version: 11 }