Re-enable Travis for Intel macOS builds

This commit is contained in:
Ben Gotow 2025-01-01 17:51:26 -06:00
parent 8751a97335
commit f4903cc4c3

View file

@ -45,11 +45,9 @@ matrix:
- os: linux
dist: bionic
env: CC=gcc-10 CXX=g++-10
# MacOS Universal builds are compiled locally on my machine and published,
# because Travis doesn't support Apple Silicon.
# - os: osx
# osx_image: xcode13.1
# env: CC=clang CXX=clang++ SIGN_BUILD=true
- os: osx
osx_image: xcode14.2
env: CC=clang CXX=clang++ SIGN_BUILD=true
before_install:
# Decrypt and uncompress code signing certs, etc.