Add Ubuntu's Focal distribution to get the latest Linux toolchain.
Add Xcode 12.2 to get the latest MacOS toolchain.
Remove Xcode 7.3 as it is now obsolete and will not successfully build.
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
matrix:
include:
+ - os: linux
+ dist: focal
+ compiler: clang
+ - os: linux
+ dist: focal
+ compiler: gcc
- os: linux
dist: bionic
compiler: clang
dist: xenial
compiler: gcc
- os: osx
- osx_image: xcode11.3
+ osx_image: xcode12.2
compiler: clang
- os: osx
- osx_image: xcode9.4
+ osx_image: xcode11.3
compiler: clang
- os: osx
- osx_image: xcode7.3
+ osx_image: xcode9.4
compiler: clang
addons:
-#define LIBUSB_NANO 11571
+#define LIBUSB_NANO 11572