This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 181ad31be [CI] Fix the failed python build extension (#1365)
181ad31be is described below
commit 181ad31be351ffa459b5d57f078bd034adebb9f8
Author: Jia Yu <[email protected]>
AuthorDate: Wed Apr 24 22:58:30 2024 -0700
[CI] Fix the failed python build extension (#1365)
---
.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 }}