Skip to content

Commit

Permalink
COMP: Upgrade Azure CI from ubuntu-16.04 to ubuntu-18.04
Browse files Browse the repository at this point in the history
Addressed:

> ##[warning]Ubuntu 16.04 LTS environment is deprecated and will be removed on September 20, 2021. Migrate to ubuntu-latest instead. For more details, see actions/runner-images#3287.

From https://dev.azure.com/kaspermarstal/Elastix/_build/results?buildId=2229&view=results
  • Loading branch information
N-Dekker committed May 29, 2021
1 parent c50adc6 commit c79456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- bash: ctest -C Release -VV -j 2 -E "elastix_run_example_COMPARE_IM|elastix_run_3DCT_lung.MI.bspline.ASGD.001_COMPARE_TP"
displayName: 'CTest Elastix'
workingDirectory: $(ELASTIX_BINARY_DIR)
- job: Ubuntu1604
- job: Ubuntu1804
timeoutInMinutes: 0
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
strategy:
matrix:
ITKv5:
Expand Down

0 comments on commit c79456c

Please sign in to comment.