Skip to content

Commit 000a9eb

Browse files
committed
update ubuntu github runner
1 parent ef867c8 commit 000a9eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
displayName: 'Build native'
1010
jobs:
1111
- job: docs
12-
pool: {vmImage: 'Ubuntu-22.04'}
12+
pool: {vmImage: 'Ubuntu-24.04'}
1313
steps:
1414
- task: UsePythonVersion@0
1515
- bash: |
@@ -28,7 +28,7 @@ stages:
2828
- task: PublishBuildArtifacts@1
2929
inputs: {pathtoPublish: 'upload'}
3030
- job: manylinux
31-
pool: {vmImage: 'Ubuntu-22.04'}
31+
pool: {vmImage: 'Ubuntu-24.04'}
3232
steps:
3333
- task: UsePythonVersion@0
3434
- bash: |
@@ -77,7 +77,7 @@ stages:
7777
displayName: 'Build with QEMU'
7878
jobs:
7979
- job: qemu
80-
pool: {vmImage: 'Ubuntu-22.04'}
80+
pool: {vmImage: 'Ubuntu-24.04'}
8181
strategy:
8282
matrix:
8383
aarch64 cp38:

0 commit comments

Comments
 (0)