File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff 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="" ; \
You can’t perform that action at this time.
0 commit comments