Skip to content

Commit a6ed4f0

Browse files
authored
Merge pull request #3366 from martin-frbg/azure-ubuntu
migrate Azure CI jobs from deprecated ubuntu-16.04 vmImage
2 parents d3d6601 + b858e65 commit a6ed4f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# of gcc / glibc
2020
- job: manylinux1_gcc
2121
pool:
22-
vmImage: 'ubuntu-16.04'
22+
vmImage: 'ubuntu-latest'
2323
steps:
2424
- script: |
2525
echo "FROM quay.io/pypa/manylinux1_x86_64
@@ -35,7 +35,7 @@ jobs:
3535
displayName: Run manylinux1 docker build
3636
- job: Intel_SDE_skx
3737
pool:
38-
vmImage: 'ubuntu-16.04'
38+
vmImage: 'ubuntu-latest'
3939
steps:
4040
- script: |
4141
# at the time of writing the available Azure Ubuntu vm image

0 commit comments

Comments
 (0)