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 944b9ea08 [CI] Remove macos from Docker build (#1648)
944b9ea08 is described below

commit 944b9ea0840f64f4c5215615b9b78372b51944c9
Author: Jia Yu <[email protected]>
AuthorDate: Wed Oct 23 18:15:36 2024 -0700

    [CI] Remove macos from Docker build (#1648)
    
    * Upgrade Docker CI to macos 13
    
    * Remove MacOS build for Docker CI
    
    * Revert another change in macos
---
 .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..251351cd3 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']
         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 colima
           brew install docker
           colima start
           DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}

Reply via email to