You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/11/09 09:36:30 UTC

[flink] branch release-1.12 updated: [FLINK-24812][ci] Upgrade to ubuntu-20.04

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

chesnay pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.12 by this push:
     new ccf6f1a  [FLINK-24812][ci] Upgrade to ubuntu-20.04
ccf6f1a is described below

commit ccf6f1a256e7c5c4647d65bb744a73b1fc280faa
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Nov 8 12:10:46 2021 +0100

    [FLINK-24812][ci] Upgrade to ubuntu-20.04
---
 tools/azure-pipelines/build-python-wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/azure-pipelines/build-python-wheels.yml b/tools/azure-pipelines/build-python-wheels.yml
index bdf922e..c25e6bd 100644
--- a/tools/azure-pipelines/build-python-wheels.yml
+++ b/tools/azure-pipelines/build-python-wheels.yml
@@ -16,7 +16,7 @@
 jobs:
   - job: compile_${{parameters.stage_name}}
     pool:
-      vmImage: 'ubuntu-16.04'
+      vmImage: 'ubuntu-20.04'
     container: flink-build-container
     workspace:
       clean: all