Skip to content

Commit deb1e95

Browse files
authored
Merge pull request #18940 from Gillibald/linuxAgentBackport
Update azure-pipelines.yml (#18876)
2 parents f4fd2eb + d6ecd17 commit deb1e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22

33
- job: GetPRNumber
44
pool:
5-
vmImage: 'ubuntu-20.04'
5+
vmImage: 'ubuntu-22.04'
66
variables:
77
SolutionDir: '$(Build.SourcesDirectory)'
88
steps:
@@ -23,7 +23,7 @@ jobs:
2323

2424
- job: Linux
2525
pool:
26-
vmImage: 'ubuntu-20.04'
26+
vmImage: 'ubuntu-22.04'
2727
steps:
2828
- task: UseDotNet@2
2929
displayName: 'Use .NET 6.0 Runtime'

0 commit comments

Comments
 (0)