This is an automated email from the ASF dual-hosted git repository.

satish pushed a commit to branch release-0.12.2
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit cb43615f838381bd5030f8435abb46c846056daa
Author: Alexey Kudinkin <alexey.kudin...@gmail.com>
AuthorDate: Wed Nov 30 13:35:43 2022 -0800

    [MINOR] Bumping Azure Ubuntu image to 22.04, as 18.04 will be deprecated 
soon (#7347)
---
 azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d450bfb9ab2..17c2f6dd785 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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

Reply via email to