migrate from deprecated ubuntu-16.04 vmImage

This commit is contained in:
Martin Kroeker 2021-09-08 10:51:59 +02:00 committed by GitHub
parent d3d6601727
commit b858e65476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
# of gcc / glibc # of gcc / glibc
- job: manylinux1_gcc - job: manylinux1_gcc
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-latest'
steps: steps:
- script: | - script: |
echo "FROM quay.io/pypa/manylinux1_x86_64 echo "FROM quay.io/pypa/manylinux1_x86_64
@ -35,7 +35,7 @@ jobs:
displayName: Run manylinux1 docker build displayName: Run manylinux1 docker build
- job: Intel_SDE_skx - job: Intel_SDE_skx
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-latest'
steps: steps:
- script: | - script: |
# at the time of writing the available Azure Ubuntu vm image # at the time of writing the available Azure Ubuntu vm image