Skip to content

Commit

Permalink
gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien-Chen authored Nov 5, 2024
1 parent 5e91684 commit 478a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
displayName: Pre-build checks

pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04

steps:
- template: ./prebuild-checks.yml
Expand Down

0 comments on commit 478a1c0

Please sign in to comment.