3
0
Fork 0
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:
Nikolaj Bjorner 2020-11-10 16:17:35 -08:00
parent 4810b4cac2
commit 41cc037204

View file

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