diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-06-20 08:26:46 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-06-20 08:26:46 -0600 |
commit | 1a864fb41238d71490d3ce2ac0d4ac85f53bd2ff (patch) | |
tree | 2ee3ff6f836b6e77d72e7551aca6a82fd383af99 | |
parent | 7169c625bbdc019385f4e5f484684d690dfe02a1 (diff) | |
download | numpy-1a864fb41238d71490d3ce2ac0d4ac85f53bd2ff.tar.gz |
MAINT: Try using Ubuntu focal for arm64 builds.
The arm64 builds are failing to run, both for NumPy wheels and for
NumPy main using bionic. Try focal instead.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1486bbb88..d8eaa6eba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python group: travis_latest os: linux -dist: bionic +dist: focal # Travis allows these packages, additions can be requested # https://github.com/travis-ci/apt-package-safelist |