This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch macos-13 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 233e1cb1f5cbac2d9a28f759b978690894c56cd8 Author: Jia Yu <[email protected]> AuthorDate: Tue Oct 15 22:00:54 2024 -0700 Upgrade Docker CI to macos 13 --- .github/workflows/docker-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 16c3a3208..cc49576b7 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: true matrix: - os: ['ubuntu-latest', 'macos-12'] + os: ['ubuntu-latest', 'macos-13'] spark: ['3.5.1', '3.4.3', '3.3.4'] include: - spark: 3.5.1 @@ -55,6 +55,7 @@ jobs: - name: Setup docker (missing on macOS) if: runner.os == 'macos' run: | + brew install --HEAD colima brew install docker colima start DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
