3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-02 19:44:20 -08:00
parent a71aa113e0
commit da154b2f7e

View file

@ -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: