summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjvoisin2025-01-28 12:42:17 +0100
committerjvoisin2025-01-28 12:42:17 +0100
commit369e73c80984aef940e9286e6d985c339924d1d1 (patch)
tree5e9817a28ce0389827d0e0249b4e7297c36d93e6 /.github
parentdcdd2f1fb065b6e98d87ab7b367e8fb483f9b59c (diff)
Bump clang versions in the CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml
index b022fb2..af06161 100644
--- a/.github/workflows/testsuite.yaml
+++ b/.github/workflows/testsuite.yaml
@@ -48,7 +48,7 @@ jobs:
48 runs-on: ubuntu-latest 48 runs-on: ubuntu-latest
49 strategy: 49 strategy:
50 matrix: 50 matrix:
51 version: [13, 14, 15] 51 version: [16, 17, 18]
52 use_native_chk: [true, false] 52 use_native_chk: [true, false]
53 steps: 53 steps:
54 - name: Checking out the code 54 - name: Checking out the code