From 9495f365b76058a5900f8fbba733806d6e57c044 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 27 Jul 2020 14:25:28 -0600 Subject: MAINT: Use arm64 instead of aarch64 on travis. Travis didn't recognize aarch65 and ran amd_64 instead. This also fixes a compiler warning that turned up on with the fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cbe2a8043..c0a0cfae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ jobs: - python: 3.7 os: linux - arch: aarch64 + arch: arm64 env: # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 -- cgit v1.2.1