You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by hx...@apache.org on 2022/09/08 07:15:05 UTC

[flink] branch release-1.14 updated: [hotfix][Azure][python] Upgrade to macOS-latest

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

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


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new b32d9ff3a40 [hotfix][Azure][python] Upgrade to macOS-latest
b32d9ff3a40 is described below

commit b32d9ff3a40470beff9fd272aadaf5c881cce22f
Author: huangxingbo <hx...@apache.org>
AuthorDate: Thu Sep 8 15:14:21 2022 +0800

    [hotfix][Azure][python] Upgrade to macOS-latest
---
 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 f25756b05cf..b6a7c2dec0b 100644
--- a/tools/azure-pipelines/build-python-wheels.yml
+++ b/tools/azure-pipelines/build-python-wheels.yml
@@ -20,7 +20,7 @@ jobs:
         linux:
           vm-label: 'ubuntu-20.04'
         mac:
-          vm-label: 'macOS-10.15'
+          vm-label: 'macOS-latest'
     pool:
       vmImage: $(vm-label)
     steps: