Skip to content

Commit

Permalink
Merge pull request #5799 from larshg/update_docker
Browse files Browse the repository at this point in the history
Remove 18.04 as its EOL. Added 23.04 as newest.
  • Loading branch information
larshg authored Sep 12, 2023
2 parents f2492bd + c2d850f commit f3e615d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .ci/azure-pipelines/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Ubuntu 18.04:
# Test the oldest supported version of Ubuntu
UBUNTU_VERSION: 18.04
VTK_VERSION: 7
ENSENSOSDK_VERSION: 2.3.1570
TAG: 18.04
# Test the oldest supported version of Ubuntu
Ubuntu 20.04:
UBUNTU_VERSION: 20.04
VTK_VERSION: 7
Expand All @@ -56,11 +51,11 @@ jobs:
UBUNTU_VERSION: 22.04
VTK_VERSION: 9
TAG: 22.04
Ubuntu 22.10:
UBUNTU_VERSION: 22.10
Ubuntu 23.04:
UBUNTU_VERSION: 23.04
USE_LATEST_CMAKE: true
VTK_VERSION: 9
TAG: 22.10
TAG: 23.04
steps:
- script: |
dockerBuildArgs="" ; \
Expand Down

0 comments on commit f3e615d

Please sign in to comment.