diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-06-21 19:30:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 19:30:21 +0300 |
commit | 80b387c66e4f10faafdb1a21c011c173f77b0942 (patch) | |
tree | 6c9cde52a14de3e963adbfca4085fcfe9ea11298 | |
parent | 31e232c47e6be5ddc1c2433ccb97cec1640df012 (diff) | |
parent | 1a864fb41238d71490d3ce2ac0d4ac85f53bd2ff (diff) | |
download | numpy-80b387c66e4f10faafdb1a21c011c173f77b0942.tar.gz |
Merge pull request #19285 from charris/try-focal-for-arm64
MAINT: Use Ubuntu focal for travis-ci builds.
-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 |