From 9ea614582b4517c1fb598d543f7672f2803ea910 Mon Sep 17 00:00:00 2001 From: Andreas Joachim Peters Date: Thu, 23 May 2024 16:40:36 +0200 Subject: [PATCH] CI: enable devtoolset-11 on CC7 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fbfbd044e11..73e3b3c5e43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -115,7 +115,7 @@ jobs: - name: Build and Test with CTest run: | - source /opt/rh/devtoolset-7/enable + source /opt/rh/devtoolset-11/enable su -p runner -c 'ctest3 -VV -S test.cmake' alma8: