Skip to content

Commit

Permalink
[CI] Fix the failed Docker build (#1376)
Browse files Browse the repository at this point in the history
* Fix the failed Docker build

* Trigger docker build

* Try to fix again
  • Loading branch information
jiayuasu committed Apr 27, 2024
1 parent 9ff93f4 commit f8af98d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- master
paths:
- '.github/workflows/docker-build.yml'
- 'docker/**'
pull_request:
branches:
- '*'
paths:
- '.github/workflows/docker-build.yml'
- 'docker/**'
env:
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
Expand All @@ -22,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-12']
include:
- spark: 3.4.1
sedona: 1.4.1
Expand Down

0 comments on commit f8af98d

Please sign in to comment.