From 76e6784ac9cb858d1d47ff6a27ef3ccc9a8cc785 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 20:20:21 +0100 Subject: Add GCC14 to the CI --- .github/workflows/testsuite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index 1a9fc65..7870ad1 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [9, 10, 11, 12, 13] + version: [9, 10, 11, 12, 13, 14] use_native_chk: [true, false] steps: - name: Checking out the code -- cgit v1.3