diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml
index 2a99a533763191c46ffea1a516e9c3893a82dd5c..bdb9fc5b336222e5403f92619d1b5e92f4237186 100644
--- a/.github/workflows/clang-tidy.yml
+++ b/.github/workflows/clang-tidy.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        LCG: ["LCG_102/x86_64-centos7-clang12-opt"]
+        LCG: ["dev4/x86_64-centos7-clang12-opt"]
     steps:
     - uses: actions/checkout@v2
     - uses: cvmfs-contrib/github-action-cvmfs@v2
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3260cb7f75ecdf8043b7c039d544280021970922..c2dae7e77156695562318e413e0610fbc6a82cb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,12 +151,7 @@ endif()
 
 if(DD4HEP_USE_EDM4HEP)
   find_package(EDM4HEP REQUIRED)
-
-  set(podio_required 0.16.0)
-  find_package(podio REQUIRED ${podio_required})
-  if(NOT podio_VERSION VERSION_GREATER_EQUAL podio_required)
-    message(FATAL_ERROR "podio found version ${podio_VERSION} is insufficient (${podio_required})")
-  endif()
+  find_package(podio 0.16.0 REQUIRED)
 #  DD4HEP_SETUP_EDM4HEP_TARGETS()
 endif()