summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-07-12 13:32:31 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-07-12 13:32:31 -0600
commit44bbe2f3dbbd02f8cf55472fe2fa13c8bc4a505a (patch)
treea09ff28ba49979e5752805fdf43b462458bdfad6
parent09c9984f6259bc80c7b7e731c9bb207ac8145285 (diff)
downloadnumpy-44bbe2f3dbbd02f8cf55472fe2fa13c8bc4a505a.tar.gz
MAINT: Use straight arm64 in TravisCI.
This reverts to using arm64 instead of arm64-graviton2 now that OpenBLAS has been updated to 0.3.16.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cde8a4c72..4d9f2632a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ jobs:
- python: 3.7
os: linux
- arch: arm64-graviton2
+ arch: arm64
virt: vm
env:
# use OpenBLAS build, not system ATLAS