Skip to content

Commit 00c021f

Browse files
committed
Build on focal, use arm64-graviton2 for aarch64 tests
1 parent ebfbc41 commit 00c021f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: linux
2-
dist: bionic
2+
dist: focal
33
language: python
44

55
jobs:
@@ -9,7 +9,9 @@ jobs:
99
- python: "3.8"
1010
- python: "3.9"
1111
- python: "3.7"
12-
arch: arm64
12+
arch: arm64-graviton2
13+
virt: vm
14+
group: edge
1315
- python: "3.7"
1416
arch: ppc64le
1517
- python: "3.7"

0 commit comments

Comments
 (0)