Skip to content

Commit

Permalink
[MINOR] Bumping Azure Ubuntu image to 22.04, as 18.04 will be depreca…
Browse files Browse the repository at this point in the history
…ted soon (#7347)
  • Loading branch information
alexeykudinkin authored and nsivabalan committed Dec 13, 2022
1 parent f796f02 commit 9ae6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trigger:
- '*' # must quote since "*" is a YAML reserved character; we want a string

pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-22.04'

parameters:
- name: job1Modules
Expand Down

0 comments on commit 9ae6692

Please sign in to comment.