This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch Fix-windows-build in repository https://gitbox.apache.org/repos/asf/sedona.git
commit f6bb8a47085b888d12041d1bb9c9891e401c8bf9 Author: Jia Yu <[email protected]> AuthorDate: Wed Aug 28 11:26:48 2024 -0700 Use windows 2019 --- .github/workflows/python-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index 7d528a0c0..fb86d023e 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -25,7 +25,7 @@ jobs: build: strategy: matrix: - os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + os: ['ubuntu-latest', 'windows-2019', 'macos-latest'] runs-on: ${{ matrix.os }} defaults: run:
