From f8eed60ec0afdda7e2f4a5c2a24977f605d17838 Mon Sep 17 00:00:00 2001 From: Ziedelth Date: Thu, 20 Oct 2022 15:13:54 +0200 Subject: [PATCH] add stable pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f51e5e..cfab70b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 11 distribution: 'adopt' - name: Build