From 7a6a9b8758b013602a62d153c782e06a1e11182d Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Wed, 24 Jul 2024 14:33:37 -0500 Subject: [PATCH] Use latest LTS (3.24.0) for all build host setups Ticket: none Changelog: none --- ci/setup-cfengine-build-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup-cfengine-build-host.sh b/ci/setup-cfengine-build-host.sh index a96682b63..29422d518 100755 --- a/ci/setup-cfengine-build-host.sh +++ b/ci/setup-cfengine-build-host.sh @@ -2,7 +2,7 @@ shopt -s expand_aliases # TODO get latest LTS dynamically -CFE_VERSION=3.21.4 +CFE_VERSION=3.24.0 # install needed packages and software for a build host set -ex