diff options
| -rw-r--r-- | azure-pipelines.yml | 2 | ||||
| -rwxr-xr-x | tools/pypy-test.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1851df71a..9a8acc9c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -187,7 +187,7 @@ stages: - template: azure-steps-windows.yml - job: Linux_PyPy3 pool: - vmIMage: 'ubuntu-16.04' + vmIMage: 'ubuntu-18.04' steps: - script: source tools/pypy-test.sh displayName: 'Run PyPy3 Build / Tests' diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh index 33a97ad17..1ce2bdf9d 100755 --- a/tools/pypy-test.sh +++ b/tools/pypy-test.sh @@ -6,7 +6,6 @@ set -o pipefail # Print expanded commands set -x -sudo apt-get -yq update sudo apt-get -yq install libatlas-base-dev liblapack-dev gfortran-5 F77=gfortran-5 F90=gfortran-5 \ |
