This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch fix-docker in repository https://gitbox.apache.org/repos/asf/sedona.git
commit c4f24ba5c4f9b94c2bebc44cb008b420bc212ba4 Author: Jia Yu <[email protected]> AuthorDate: Fri Apr 26 22:44:30 2024 -0700 Fix the failed Docker build --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 90efae22a..978c5712a 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: true matrix: - os: ['ubuntu-latest', 'macos-latest'] + os: ['ubuntu-latest', 'macos-13'] include: - spark: 3.4.1 sedona: 1.4.1
