ci: drop Ubuntu 20.04 support (#6630)

This commit is contained in:
pajlada
2025-12-07 13:58:04 +01:00
committed by GitHub
parent 574398639a
commit ab8e0751b1
4 changed files with 2 additions and 25 deletions
-6
View File
@@ -10,12 +10,6 @@ env
BUILD_TESTS="On"
BUILD_BENCHMARKS="ON"
ubuntu_version="$(lsb_release -sr)"
if [ "$ubuntu_version" = "20.04" ]; then
BUILD_TESTS="Off"
BUILD_BENCHMARKS="Off"
fi
rm -rf build
mkdir build
cmake \