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

zhangzp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git

commit 583a6199dc94c1443a9c58242a32f81ddfe82f34
Author: yunfengzhou-hub <[email protected]>
AuthorDate: Mon Nov 4 14:52:29 2024 +0800

    [hotfix] Fix macOS version in Actions to stable version
---
 .github/workflows/python-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-tests.yml 
b/.github/workflows/python-tests.yml
index 3e875f78..cc02c9e4 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -31,7 +31,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: ['macOS-latest', 'ubuntu-20.04']
+        os: ['macOS-12', 'ubuntu-20.04']
         # TODO: Revert back to 3.7 once the Mac agent's Python v3.7 contains 
bz2 again,
         # the issue can be tracked via 
https://github.com/actions/setup-python/issues/682.
         python-version: ['3.7.16', '3.8']

Reply via email to