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

jiayu pushed a commit to branch fix-python-build-extension
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit d1c751267e21622525fab617c9f4e74d049ce3ca
Author: Jia Yu <[email protected]>
AuthorDate: Wed Apr 24 21:40:04 2024 -0700

    Fix
---
 .github/workflows/python-extension.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-extension.yml 
b/.github/workflows/python-extension.yml
index 8d5ccefea..5536e8929 100644
--- a/.github/workflows/python-extension.yml
+++ b/.github/workflows/python-extension.yml
@@ -29,7 +29,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
+        os: ['ubuntu-latest', 'windows-latest', 'macos-13']
         python: ['3.10', '3.9', '3.8']
 
     runs-on: ${{ matrix.os }}

Reply via email to