From 4faa6b129f22e00c7bf8b90f267056f48e786b99 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Mon, 17 Jul 2023 18:03:48 +0200
Subject: [PATCH] CI: use newer stack for flake8 check

---
 .github/workflows/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index eb6016e07..508fffb68 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        LCG: ["LCG_99/x86_64-centos7-gcc10-opt"]
+        LCG: ["dev4/x86_64-centos7-gcc11-opt"]
     steps:
     - uses: actions/checkout@v3
     - uses: cvmfs-contrib/github-action-cvmfs@v3
-- 
GitLab