diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2021-09-08 13:57:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 13:57:35 +0200 |
commit | a6ed4f0d37fac9c23ef17dc1c9df2ad3d6352a6d (patch) | |
tree | 525cd93b2d037896e90355fe776965957c4cda41 | |
parent | d3d6601727dffface6c4b6d38c6be1d4ea1795ae (diff) | |
parent | b858e65476b0ece1ccd082c62dd23d5ff1cb44b0 (diff) | |
download | openblas-a6ed4f0d37fac9c23ef17dc1c9df2ad3d6352a6d.tar.gz openblas-a6ed4f0d37fac9c23ef17dc1c9df2ad3d6352a6d.tar.bz2 openblas-a6ed4f0d37fac9c23ef17dc1c9df2ad3d6352a6d.zip |
Merge pull request #3366 from martin-frbg/azure-ubuntu
migrate Azure CI jobs from deprecated ubuntu-16.04 vmImage
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b1bded639..5d4a1ecd3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: # of gcc / glibc - job: manylinux1_gcc pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - script: | echo "FROM quay.io/pypa/manylinux1_x86_64 @@ -35,7 +35,7 @@ jobs: displayName: Run manylinux1 docker build - job: Intel_SDE_skx pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - script: | # at the time of writing the available Azure Ubuntu vm image |