Skip to content

Commit e383da5

Browse files
Update ubuntu version for canary tests CI check (#21017)
* Update ubuntu version for canary tests CI check * Set specific Ubuntu version 22.04
1 parent b1f76f2 commit e383da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/ci-test-tasks/canary-tests-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66

77
variables:
88
- name: includeLocalPackagesBuildConfigParameter
9-
${{ if eq(parameters.includeLocalPackagesBuildConfig, true) }}:
9+
${{ if eq(parameters.includeLocalPackagesBuildConfig, true) }}:
1010
value: '--includeLocalPackagesBuildConfig'
1111
${{ else }}:
1212
value: ''
@@ -24,7 +24,7 @@ jobs:
2424
- job: detect_changes
2525
displayName: Detect changes
2626
pool:
27-
vmImage: ubuntu-20.04
27+
vmImage: ubuntu-22.04
2828
steps:
2929
- script: |
3030
git fetch origin master

0 commit comments

Comments
 (0)