mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
disable macos with ocaml as it fails too often
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a71aa113e0
commit
da154b2f7e
|
@ -288,6 +288,7 @@ jobs:
|
||||||
|
|
||||||
- job: "MacOSOCaml"
|
- job: "MacOSOCaml"
|
||||||
displayName: "MacOS build with OCaml"
|
displayName: "MacOS build with OCaml"
|
||||||
|
condition: eq(0,1)
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-latest"
|
vmImage: "macOS-latest"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue