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

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new eb6da963f9 [MINOR] Bumping Azure Ubuntu image to 22.04, as 18.04 will 
be deprecated soon (#7347)
eb6da963f9 is described below

commit eb6da963f9857329bf56b65c782357f032761cf2
Author: Alexey Kudinkin <[email protected]>
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 d450bfb9ab..17c2f6dd78 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