From a9853f498a6aa22c3bc9e7263a566fd18268397c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:36:39 +0100 Subject: [PATCH] Use clang-17 on linux --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1418aa4e..3ecc9f3e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: sys: - - {compiler: clang, version: '16'} + - {compiler: clang, version: '17'} - {compiler: gcc, version: '13'} steps: