Skip to content

Commit

Permalink
[CI] Remove macos from Docker build (#1648)
Browse files Browse the repository at this point in the history
* Upgrade Docker CI to macos 13

* Remove MacOS build for Docker CI

* Revert another change in macos
  • Loading branch information
jiayuasu authored Oct 24, 2024
1 parent cc067c0 commit 944b9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 944b9ea

Please sign in to comment.