From 5816019364400bdb33e6c2747eed5d1d0fc0bda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Hovind?= Date: Tue, 19 Nov 2024 17:18:32 +0100 Subject: [PATCH] [CI] Use `clang-16` in short integration tests The runner does not yet have `clang-17`. --- .github/workflows/shortIntegrationTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shortIntegrationTests.yml b/.github/workflows/shortIntegrationTests.yml index 2afb0a6580d9..4f11eb9092d7 100644 --- a/.github/workflows/shortIntegrationTests.yml +++ b/.github/workflows/shortIntegrationTests.yml @@ -40,8 +40,8 @@ jobs: build-shared: [ON] build-type: [Release] compiler: - - cc: clang-17 - cxx: clang++-17 + - cc: clang-16 + cxx: clang++-16 steps: # Clone the CIRCT repo and its submodules. Do shallow clone to save clone