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 f8af98d41 [CI] Fix the failed Docker build (#1376)
f8af98d41 is described below
commit f8af98d41e2e7608119fb00b50bc115bc700783d
Author: Jia Yu <[email protected]>
AuthorDate: Fri Apr 26 23:44:28 2024 -0700
[CI] Fix the failed Docker build (#1376)
* Fix the failed Docker build
* Trigger docker build
* Try to fix again
---
.github/workflows/docker-build.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docker-build.yml
b/.github/workflows/docker-build.yml
index 90efae22a..d02282e60 100644
--- a/.github/workflows/docker-build.yml
+++ b/.github/workflows/docker-build.yml
@@ -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
@@ -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