mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use default macOS image
This commit is contained in:
parent
a3fc944967
commit
e8f8182844
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
osx_image: xcode9.2
|
# Use the default osx image, because that one is actually tested to work with homebrew and probably the oldest supported version
|
||||||
|
# osx_image: xcode9
|
||||||
env:
|
env:
|
||||||
- DEPLOYMENT=1
|
- DEPLOYMENT=1
|
||||||
- USE_BUNDLED_BOOST=0
|
- USE_BUNDLED_BOOST=0
|
||||||
|
|
Loading…
Reference in a new issue