From 60ca38198a597f298f12c3dacf8d13916d9f830d Mon Sep 17 00:00:00 2001 From: Markus Vieth Date: Wed, 16 Oct 2024 21:38:52 +0200 Subject: [PATCH] Build docker image for Ubuntu 24.10 --- .ci/azure-pipelines/env.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.ci/azure-pipelines/env.yml b/.ci/azure-pipelines/env.yml index 58e8fdceda5..905f59fd795 100644 --- a/.ci/azure-pipelines/env.yml +++ b/.ci/azure-pipelines/env.yml @@ -53,9 +53,14 @@ jobs: # Test the latest LTS version of Ubuntu Ubuntu 24.04: UBUNTU_VERSION: 24.04 - USE_LATEST_CMAKE: true VTK_VERSION: 9 TAG: 24.04 + # Test the latest version of Ubuntu (non LTS) + Ubuntu 24.10: + UBUNTU_VERSION: 24.10 + USE_LATEST_CMAKE: true + VTK_VERSION: 9 + TAG: 24.10 steps: - script: | dockerBuildArgs="" ; \