[3.12] gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (GH-125344) (#126480)

Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-11-06 11:18:02 +01:00 committed by GitHub
parent 2f39370f4a
commit 7a4262b064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ jobs:
displayName: Pre-build checks
pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04
steps:
- template: ./prebuild-checks.yml