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

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

commit 12ef312730935fc9823a781d5d3763029a2dd4c3
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