mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
downgrade to Ubuntu 18 for ocaml doc build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9cdb875ba2
commit
9883a0b983
|
@ -36,7 +36,7 @@ stages:
|
|||
- job: UbuntoDoc
|
||||
displayName: "Ubuntu Doc build"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
vmImage: "Ubuntu-18.04"
|
||||
steps:
|
||||
- script: sudo apt-get install ocaml opam libgmp-dev
|
||||
- script: sudo apt-get install doxygen
|
||||
|
|
Loading…
Reference in a new issue