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 0875cbb3ee [CI] Remove macOS 13 image from CI workflow (#2453) (#2458)
0875cbb3ee is described below
commit 0875cbb3ee7613e5beda8d9d8c4526c14bb5824d
Author: heman <[email protected]>
AuthorDate: Wed Oct 29 00:02:08 2025 +0530
[CI] Remove macOS 13 image from CI workflow (#2453) (#2458)
---
.github/workflows/python-extension.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.github/workflows/python-extension.yml
b/.github/workflows/python-extension.yml
index 3a2302ad92..c13f3b2050 100644
--- a/.github/workflows/python-extension.yml
+++ b/.github/workflows/python-extension.yml
@@ -50,7 +50,7 @@ jobs:
build:
strategy:
matrix:
- os: ['ubuntu-latest', 'windows-latest', 'macos-13']
+ os: ['ubuntu-latest', 'windows-latest', 'macos-15']
python: ['3.10', '3.9', '3.8']
runs-on: ${{ matrix.os }}
defaults:
@@ -83,11 +83,6 @@ jobs:
run: |
uv add "shapely~=1.8"
uv run pytest tests/utils/test_geomserde_speedup.py
- - name: Run tests on Shapely 1.7
- if: ${{ matrix.python == '3.9' || matrix.python == '3.8' }}
- run: |
- uv add "shapely==1.7.1"
- uv run pytest tests/utils/test_geomserde_speedup.py
- name: Install from sdist
run: |
uv build