From 6aa1d13508fb851e576eac4120b000e06d1a3101 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 10 Feb 2021 16:46:42 +0000 Subject: Clang 7? --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a78ec5656..6c2dfc2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,10 @@ addons: jobs: include: # ARM workers are the slowest. Having these first in the build matrix makes travis faster overall. - - name: "Clang 6.0 - Debug" + - name: "Clang 10.0 - Debug" arch: arm64 compiler: clang + dist: focal # For Clang 10, bionic is Clang 6 for some reason. before_install: &use-cmake - export PATH=/snap/bin/:${PATH} env: *Debug -- cgit v1.2.3