mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
update to xcode 9.2 for Travis
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
687a16a796
commit
4d1a2a2784
|
@ -70,7 +70,7 @@ matrix:
|
|||
# very slow so we should keep the number of configurations we test on this
|
||||
# OS to a minimum.
|
||||
- os: osx
|
||||
osx_image: xcode8.3
|
||||
osx_image: xcode9.2
|
||||
env: Z3_BUILD_TYPE=RelWithDebInfo DOTNET_BINDINGS=0
|
||||
script:
|
||||
# Use `travis_wait` when doing LTO builds because this configuration will
|
||||
|
|
Loading…
Reference in a new issue