mirror of
https://github.com/Z3Prover/z3
synced 2025-12-09 21:33:23 +00:00
upgrade compilers
This commit is contained in:
parent
6f09ecb229
commit
987efced76
2 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue