Skip to content

Commit 0f69eb2

Browse files
authored
Run integration tests on Ubuntu 22 (#525)
1 parent c80d6db commit 0f69eb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- job: Build_Ubuntu
6969
displayName: Build & Test Ubuntu
7070
pool:
71-
vmImage: 'ubuntu-20.04'
71+
vmImage: 'ubuntu-22.04'
7272
steps:
7373
# .NET 5 required for GitVersion
7474
- task: UseDotNet@2
@@ -295,7 +295,7 @@ jobs:
295295
displayName: Integration Tests Frosting Ubuntu (.NET 8)
296296
dependsOn: Build_Ubuntu
297297
pool:
298-
vmImage: 'ubuntu-20.04'
298+
vmImage: 'ubuntu-22.04'
299299
steps:
300300
- download: current
301301
artifact: NuGet Package Ubuntu
@@ -320,7 +320,7 @@ jobs:
320320
displayName: Integration Tests Frosting Ubuntu (.NET 9)
321321
dependsOn: Build_Ubuntu
322322
pool:
323-
vmImage: 'ubuntu-20.04'
323+
vmImage: 'ubuntu-22.04'
324324
steps:
325325
- download: current
326326
artifact: NuGet Package Ubuntu
@@ -345,7 +345,7 @@ jobs:
345345
displayName: Integration Tests Script Runner Ubuntu (.NET 8)
346346
dependsOn: Build_Ubuntu
347347
pool:
348-
vmImage: 'ubuntu-20.04'
348+
vmImage: 'ubuntu-22.04'
349349
steps:
350350
- download: current
351351
artifact: NuGet Package Ubuntu
@@ -370,7 +370,7 @@ jobs:
370370
displayName: Integration Tests Script Runner Ubuntu (.NET 9)
371371
dependsOn: Build_Ubuntu
372372
pool:
373-
vmImage: 'ubuntu-20.04'
373+
vmImage: 'ubuntu-22.04'
374374
steps:
375375
- download: current
376376
artifact: NuGet Package Ubuntu

0 commit comments

Comments
 (0)