From 926a21c998a220d0ecc9c4caff712230a18eaaff Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 1 Sep 2024 20:07:04 +0200 Subject: [PATCH] Update ci.yml --- .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 81d4835..31d4179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: java-version: "11" architecture: x64 - distribution: oracle + distribution: microsoft - name: Compile run: ./gradlew compileJava