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:17:40 UTC

[flink] branch release-1.15 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.15
in repository https://gitbox.apache.org/repos/asf/flink.git


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

commit d0ed7c1c80e8aa47cc4e468c34640c2b173b4e0a
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: