We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8751a97 commit 85d6335Copy full SHA for 85d6335
.travis.yml
@@ -45,11 +45,9 @@ matrix:
45
- os: linux
46
dist: bionic
47
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
+ - os: osx
+ osx_image: xcode14
+ env: CC=clang CXX=clang++ SIGN_BUILD=true
53
54
before_install:
55
# Decrypt and uncompress code signing certs, etc.
0 commit comments