Skip to content

Commit a14ad6e

Browse files
committed
[release/3.1] Stop building on Ubuntu 18.04
- use 20.04 instead nit: Remove Ubuntu version from one CI job display name
1 parent 4f838e2 commit a14ad6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ stages:
662662
parameters:
663663
condition: ne(variables['SkipTests'], 'true')
664664
jobName: Linux_Test
665-
jobDisplayName: "Test: Ubuntu 18.04 x64"
665+
jobDisplayName: "Test: Ubuntu x64"
666666
agentOs: Linux
667667
isTestingJob: true
668668
buildArgs: --all --test "/p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)
@@ -700,7 +700,7 @@ stages:
700700
displayName: 'Test: Linux Source Build'
701701
container: centos:7
702702
pool:
703-
vmImage: 'ubuntu-18.04'
703+
vmImage: 'ubuntu-20.04'
704704
variables:
705705
LC_ALL: 'en_US.UTF-8'
706706
LANG: 'en_US.UTF-8'

.azure/pipelines/jobs/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
${{ if eq(parameters.agentOs, 'macOS') }}:
9292
vmImage: macOS-11
9393
${{ if eq(parameters.agentOs, 'Linux') }}:
94-
vmImage: ubuntu-18.04
94+
vmImage: ubuntu-20.04
9595
${{ if eq(parameters.agentOs, 'Windows') }}:
9696
${{ if eq(variables['System.TeamProject'], 'public') }}:
9797
name: NetCore-Public

0 commit comments

Comments
 (0)