mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
change manylinux to ubuntu-latest
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4810b4cac2
commit
41cc037204
|
@ -34,7 +34,7 @@ jobs:
|
|||
- job: Manylinux
|
||||
displayName: "Manylinux build"
|
||||
pool:
|
||||
vmImage: "ubuntu-16.04"
|
||||
vmImage: "ubuntu-latest"
|
||||
container: "rhelmot/manylinux1_x86_64:latest"
|
||||
variables:
|
||||
python: "/opt/python/cp35-cp35m/bin/python"
|
||||
|
|
Loading…
Reference in a new issue