Skip to content

Commit

Permalink
Removed old macOS build, added latest
Browse files Browse the repository at this point in the history
Homebrew complains about our attempt to build with the old version and
gets stuck during the installation of some components.

- removed Xcode 10.2.1 on macOS 10.14
- added Xcode 13.1 on macOS 11.6
  • Loading branch information
simonowen committed Nov 6, 2021
1 parent 44c12a3 commit 5b24f06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ addons:

matrix:
include:
# Xcode 10.2.1 on macOS 10.14
# Xcode 12.0.1 on macOS 10.15.7
- os: osx
osx_image: xcode10.2
osx_image: xcode12

# Xcode 12.0 on macOS 10.15.5
# Xcode 13.1 on macOS 11.6
- os: osx
osx_image: xcode12
osx_image: xcode13.1

# Ubuntu 20.04 LTS, gcc, x64
- os: linux
Expand Down

0 comments on commit 5b24f06

Please sign in to comment.