Skip to content

Commit

Permalink
Bump ubuntu image version to 20.04 (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinTyukalov committed Dec 12, 2022
1 parent b12a109 commit 2ed3a2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stages:
jobName: build_linux_x64
displayName: Linux (x64)
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
os: linux
arch: x64
branch: ${{ parameters.branch }}
Expand Down Expand Up @@ -164,7 +164,7 @@ stages:
jobName: build_rhel6_x64
displayName: RHEL6 (x64)
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
container: dotnetcore_centos6
os: rhel.6
arch: x64
Expand Down
4 changes: 2 additions & 2 deletions .vsts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extends:
################################################################################
displayName: Create Release Branch
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

steps:
- checkout: self
Expand Down Expand Up @@ -177,7 +177,7 @@ extends:
################################################################################
displayName: Create PRs in AzureDevOps and ConfigChange
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04

steps:
- checkout: self
Expand Down

0 comments on commit 2ed3a2e

Please sign in to comment.