From cf7b5923c46342885d219951dd6d2fc6268f0d25 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 11 Aug 2022 12:59:17 +0200 Subject: [PATCH] CI: add cs9 based job --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 53a5a0f20..a047041b7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,6 +11,7 @@ jobs: matrix: LCG: ["LCG_100/x86_64-centos7-gcc10-opt", # g4 10.7 "LCG_101/x86_64-centos7-gcc11-opt", # g4 10.7 + "LCG_102/x86_64-centos9-gcc11-opt", # g4 11 "LCG_102/x86_64-centos7-clang12-opt", # g4 11 "LCG_102/x86_64-ubuntu2004-gcc9-opt", # g4 11 "dev3/x86_64-centos7-gcc11-opt", -- GitLab