about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-10-14 08:58:27 +0200
committerGitHub <noreply@github.com>2021-10-14 08:58:27 +0200
commit82bd4431e6f0a43c28bf4d28d49eeee8b52df8c3 (patch)
treeed6e75b6ed674a6b932386b08aeb5765c65d5881
parent726228850220cf4f1a3e4aab26bde8ef51c1915a (diff)
downloadbox64-82bd4431e6f0a43c28bf4d28d49eeee8b52df8c3.tar.gz
box64-82bd4431e6f0a43c28bf4d28d49eeee8b52df8c3.zip
[TRAVIS] Try to use Graviton2 for Arm64
-rwxr-xr-x.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 55b63311..1d190e09 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: c

 arch:

   - amd64

-  - arm64

+  - arm64-graviton2

 os: linux

 dist: focal

 

@@ -21,4 +21,4 @@ before_script:
 

 script:

     - make

-    - ctest --output-on-failure
\ No newline at end of file
+    - ctest --output-on-failure