Skip to content

Commit

Permalink
Add the latest XCode 14.2 - Apple clang 14.0.0 - macOS 12.6 to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Aug 30, 2023
1 parent 14b476a commit 428869a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- INTERNAL_SQLITE=OFF

# GCC 5.4.0 (Ubuntu Xenial 16.04)
- dist: xenial
- dist: xenial # Default
env:
- cc=gcc cxx=g++

Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:
env:
- cc=clang cxx=clang++

# Clang 7.0.0 (Ubuntu Xenial 16.04)
- dist: xenial
# Clang 7.0.0 (Ubuntu Xenial 16.04)
- dist: xenial # Default
env:
- cc=clang cxx=clang++

Expand All @@ -123,12 +123,19 @@ jobs:
# Clang on OSX
##########################################################################

# Latest XCode - AppleClang 9.1.0
# XCode 14.2 - Apple clang 14.0.0 - macOS 12.6
- os: osx
osx_image: xcode14.2
env:
- cc=clang cxx=clang++

# XCode 8.3 - AppleClang 8.1.0
# Default XCode - Apple clang 9.1.0 - macOS 10.13
- os: osx
osx_image: xcode9.4 # Default
env:
- cc=clang cxx=clang++

# XCode 8.3 - Applec lang 8.1.0 - macOS 10.12
- os: osx
osx_image: xcode8.3
env:
Expand Down

0 comments on commit 428869a

Please sign in to comment.