From 03844da6da929df4b2a130f35f54739c99a5c236 Mon Sep 17 00:00:00 2001 From: Junfan Zhang Date: Wed, 5 Feb 2025 22:06:32 +0800 Subject: [PATCH] Fix the rootless-docker action failure when building the jar in github action --- .github/workflows/build-ce7-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ce7-releases.yml b/.github/workflows/build-ce7-releases.yml index 20accb04..050cd876 100644 --- a/.github/workflows/build-ce7-releases.yml +++ b/.github/workflows/build-ce7-releases.yml @@ -8,7 +8,7 @@ on: jobs: build-snapshot: name: Build Snapshot - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5]