Move some Mac builds from Travis to GitHub Actions

This commit is contained in:
Martin Hořeňovský
2020-11-28 14:34:34 +01:00
parent e7740316e3
commit f30a9e3feb
3 changed files with 40 additions and 16 deletions

View File

@@ -128,21 +128,6 @@ matrix:
env: COMPILER='g++-7' CPP14=1 EXAMPLES=1 COVERAGE=1 EXTRAS=1
# OSX Clang Builds
- os: osx
osx_image: xcode9.4
compiler: clang
env: COMPILER='clang++' CPP14=1
- os: osx
osx_image: xcode10.3
compiler: clang
env: COMPILER='clang++' CPP14=1
- os: osx
osx_image: xcode11.2
compiler: clang
env: COMPILER='clang++' CPP14=1
- os: osx
osx_image: xcode11.2
compiler: clang