Skip to content

Commit 82bd443

Browse files
authored
[TRAVIS] Try to use Graviton2 for Arm64
1 parent 7262288 commit 82bd443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: c
22
arch:
33
- amd64
4-
- arm64
4+
- arm64-graviton2
55
os: linux
66
dist: focal
77

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

2222
script:
2323
- make
24-
- ctest --output-on-failure
24+
- ctest --output-on-failure

0 commit comments

Comments
 (0)