The "gcc" on the Travis buildbots is just Apple's "gcc", which is an
alternate front end to Clang, rather than being GCC-for-macOS.
# tizzy about the possibility of Arm-based Macs. Suppress the macOS
# builds that don't work.
#
+# In addition, with newer versions of macOS, Apple ships a "gcc" that's
+# just another front end to Clang, presumably for backwards
+# compatibility with build scripts etc. that expect the compiler to be
+# "gcc", so don't bother doing "gcc" builds on macOS.
+#
jobs:
exclude:
- arch: ppc64le
os: osx
- arch: arm64
os: osx
+ - compiler: gcc
+ os: osx
cache: ccache