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

xushiyan 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 a3f7eef765e Revert "[MINOR] Bumping Azure Ubuntu image to 22.04, as 
18.04 will be deprecated soon (#7347)" (#7350)
a3f7eef765e is described below

commit a3f7eef765e3231edd98c8c653314b148ddd098a
Author: Alexey Kudinkin <[email protected]>
AuthorDate: Thu Dec 1 02:03:39 2022 -0800

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

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 17c2f6dd785..d450bfb9ab2 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-22.04'
+  vmImage: 'ubuntu-18.04'
 
 parameters:
   - name: job1Modules

Reply via email to