From e86be0d402df8af157f7312083200c0c00882441 Mon Sep 17 00:00:00 2001 From: Christian Herrera Date: Thu, 4 Jul 2024 13:45:26 +0200 Subject: [PATCH] Fix java version ci due to spark incompatibility --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8330c9..41b735a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: '21' + java-version: '11' cache: 'sbt' - name: 👌 Run "pre-push" tasks (compile and style-check) run: sbt prep