Skip to content

Commit

Permalink
Upgrade macOS builds on Travis-ci to xcode12.2 osx_image
Browse files Browse the repository at this point in the history
[skip AppVeyor]
To use macOS 10.15 and newer Qt5 version
  • Loading branch information
amtriathlon committed Jun 14, 2022
1 parent cb7b2a0 commit 7fba9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ env:
jobs:
include:
- os: osx
osx_image: xcode11.3
osx_image: xcode12.2
compiler: clang
- os: linux
dist: bionic
Expand Down
2 changes: 1 addition & 1 deletion travis/osx/before_install.sh
Expand Up @@ -2,7 +2,7 @@
set -ev

date
# Don't update to use included Qt version instead of Qt 5.15.x
# Don't update to use included Qt version
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALL_CLEANUP=1

Expand Down

0 comments on commit 7fba9b1

Please sign in to comment.