Skip to content

Commit 85d6335

Browse files
committed
Re-enable Travis for Intel macOS builds
1 parent 8751a97 commit 85d6335

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ matrix:
4545
- os: linux
4646
dist: bionic
4747
env: CC=gcc-10 CXX=g++-10
48-
# MacOS Universal builds are compiled locally on my machine and published,
49-
# because Travis doesn't support Apple Silicon.
50-
# - os: osx
51-
# osx_image: xcode13.1
52-
# env: CC=clang CXX=clang++ SIGN_BUILD=true
48+
- os: osx
49+
osx_image: xcode14
50+
env: CC=clang CXX=clang++ SIGN_BUILD=true
5351

5452
before_install:
5553
# Decrypt and uncompress code signing certs, etc.

0 commit comments

Comments
 (0)