mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +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
|
# very slow so we should keep the number of configurations we test on this
|
||||||
# OS to a minimum.
|
# OS to a minimum.
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode9.2
|
||||||
env: Z3_BUILD_TYPE=RelWithDebInfo DOTNET_BINDINGS=0
|
env: Z3_BUILD_TYPE=RelWithDebInfo DOTNET_BINDINGS=0
|
||||||
script:
|
script:
|
||||||
# Use `travis_wait` when doing LTO builds because this configuration will
|
# Use `travis_wait` when doing LTO builds because this configuration will
|
||||||
|
|
Loading…
Reference in a new issue