mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
switch to ubuntu 24 for python packaging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
07fa36e37a
commit
e05f75d74c
|
@ -454,7 +454,7 @@ stages:
|
||||||
- job: Python
|
- job: Python
|
||||||
displayName: "Python packaging"
|
displayName: "Python packaging"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-24.04"
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download macOS Build'
|
displayName: 'Download macOS Build'
|
||||||
|
|
Loading…
Reference in a new issue