From 8e331af4fbf0cab63cca7856f62f30063b0104c8 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Fri, 12 Jan 2024 10:11:46 +0100 Subject: [PATCH] Use existing clicdp nightlies --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bc00e7b..e7d33ee 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,8 +7,8 @@ jobs: strategy: fail-fast: false matrix: - COMPILER: [gcc10, clang11] - LCG: [100] + COMPILER: [gcc11] + LCG: [104] steps: - uses: actions/checkout@v3