We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef867c8 commit 000a9ebCopy full SHA for 000a9eb
azure-pipelines.yml
@@ -9,7 +9,7 @@ stages:
9
displayName: 'Build native'
10
jobs:
11
- job: docs
12
- pool: {vmImage: 'Ubuntu-22.04'}
+ pool: {vmImage: 'Ubuntu-24.04'}
13
steps:
14
- task: UsePythonVersion@0
15
- bash: |
@@ -28,7 +28,7 @@ stages:
28
- task: PublishBuildArtifacts@1
29
inputs: {pathtoPublish: 'upload'}
30
- job: manylinux
31
32
33
34
@@ -77,7 +77,7 @@ stages:
77
displayName: 'Build with QEMU'
78
79
- job: qemu
80
81
strategy:
82
matrix:
83
aarch64 cp38:
0 commit comments