Skip to content

Commit

Permalink
Set minimum of xcode11 for macOS X in Travis CI build
Browse files Browse the repository at this point in the history
The Travis CI builds for macOS X are failing for xcode values less
than 11.

Reference information for macOS X:

- Homebrew project bottles for qt
  https://formulae.brew.sh/formula/qt

- Travis CI build values for xcode
  https://docs.travis-ci.com/user/reference/osx#macos-version

See also related issue:

- Issue #696 - Install on Mac Catalina Requires Signed Installer
  • Loading branch information
gedakc committed Apr 30, 2020
1 parent a43a4cc commit 917f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: generic
os:
- osx
- linux
osx_image: xcode10.1
osx_image: xcode11
sudo: required
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then package/prepare_osx.sh; fi
Expand Down

0 comments on commit 917f1a2

Please sign in to comment.