mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(ci): upgrade travis to xcode9.3 to get macos 10.13 with brew support
Brew now only officially supports Mac OS 10.13-10.15, which means our previously used 10.12 had fewer binary packages available, meaning we had to compile more ourselves, causing CI to timeout. https://docs.travis-ci.com/user/reference/osx#macos-version https://github.com/Homebrew/brew/pull/6500 Fix #5515
This commit is contained in:
parent
da4928b704
commit
6fb5b205f4
|
@ -146,7 +146,7 @@ jobs:
|
|||
- /opt/build-windows/x86_64
|
||||
- stage: "macOS, AppImage and Flatpak"
|
||||
os: osx
|
||||
osx_image: xcode9.2
|
||||
osx_image: xcode9.3
|
||||
env: JOB=build-osx
|
||||
cache:
|
||||
timeout: 300 # seconds
|
||||
|
|
|
@ -597,7 +597,7 @@ See [AppArmor] to enable confinement for increased security.
|
|||
|
||||
## OS X
|
||||
|
||||
Supported OS X versions: >=10.8. (NOTE: only 10.12 is tested during CI)
|
||||
Supported OS X versions: >=10.8. (NOTE: only 10.13 is tested during CI)
|
||||
|
||||
Compiling qTox on OS X for development requires 2 tools:
|
||||
[Xcode](https://developer.apple.com/xcode/) and [homebrew](https://brew.sh).
|
||||
|
|
Loading…
Reference in New Issue
Block a user