3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-09 21:33:23 +00:00

upgrade compilers

This commit is contained in:
Nikolaj Bjorner 2021-01-21 14:25:08 -08:00
parent 6f09ecb229
commit 987efced76
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
- job: "LinuxPythonDebug"
displayName: "Ubuntu build - python make - debug"
pool:
vmImage: "Ubuntu-16.04"
vmImage: "Ubuntu-latest"
strategy:
matrix:
MT:
@ -70,7 +70,7 @@ jobs:
displayName: "Ubuntu build - cmake"
condition: eq(0,1)
pool:
vmImage: "Ubuntu-16.04"
vmImage: "Ubuntu-latest"
strategy:
matrix:
msanClang:
@ -103,7 +103,7 @@ jobs:
- job: "Ubuntu16CMake"
displayName: "Ubuntu build - cmake"
pool:
vmImage: "Ubuntu-16.04"
vmImage: "Ubuntu-latest"
strategy:
matrix:
releaseClang: