We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b078d commit e1d8202Copy full SHA for e1d8202
1 file changed
.ci/azure-pipelines/env.yml
@@ -42,25 +42,21 @@ jobs:
42
strategy:
43
matrix:
44
# Test the oldest supported version of Ubuntu
45
- Ubuntu 20.04:
46
- UBUNTU_VERSION: 20.04
47
- VTK_VERSION: 7
48
- TAG: 20.04
49
Ubuntu 22.04:
50
UBUNTU_VERSION: 22.04
51
- VTK_VERSION: 9
+ VTK_VERSION: 7
52
TAG: 22.04
53
# Test the latest LTS version of Ubuntu
54
Ubuntu 24.04:
55
UBUNTU_VERSION: 24.04
56
VTK_VERSION: 9
57
TAG: 24.04
58
- # Test the latest version of Ubuntu (non LTS)
59
- Ubuntu 24.10:
60
- UBUNTU_VERSION: 24.10
+ # Test the latest version of Ubuntu (LTS or non-LTS)
+ Ubuntu 26.04:
+ UBUNTU_VERSION: 26.04
61
USE_LATEST_CMAKE: true
62
63
- TAG: 24.10
+ TAG: 26.04
64
steps:
65
- script: |
66
dockerBuildArgs="" ; \
0 commit comments