mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +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
|
||||
displayName: "Python packaging"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
vmImage: "ubuntu-24.04"
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download macOS Build'
|
||||
|
|
Loading…
Reference in a new issue