Skip to content

Commit 05190e1

Browse files
committed
Update docker image Ubuntu versions
1 parent 87b078d commit 05190e1

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.ci/azure-pipelines/env.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,21 @@ jobs:
4242
strategy:
4343
matrix:
4444
# Test the oldest supported version of Ubuntu
45-
Ubuntu 20.04:
46-
UBUNTU_VERSION: 20.04
47-
VTK_VERSION: 7
48-
TAG: 20.04
4945
Ubuntu 22.04:
5046
UBUNTU_VERSION: 22.04
51-
VTK_VERSION: 9
47+
VTK_VERSION: 7
5248
TAG: 22.04
5349
# Test the latest LTS version of Ubuntu
5450
Ubuntu 24.04:
5551
UBUNTU_VERSION: 24.04
5652
VTK_VERSION: 9
5753
TAG: 24.04
58-
# Test the latest version of Ubuntu (non LTS)
59-
Ubuntu 24.10:
60-
UBUNTU_VERSION: 24.10
54+
# Test the latest version of Ubuntu (LTS or non-LTS)
55+
Ubuntu 26.04:
56+
UBUNTU_VERSION: 26.04
6157
USE_LATEST_CMAKE: true
6258
VTK_VERSION: 9
63-
TAG: 24.10
59+
TAG: 26.04
6460
steps:
6561
- script: |
6662
dockerBuildArgs="" ; \

0 commit comments

Comments
 (0)