| commit | 34fab3b58dee4cefa499f71d8c4d4efe9e19ceec | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Tue Jan 13 22:15:32 2026 +0100 |
| committer | Nils Diewald <nils@diewald-online.de> | Tue Jan 13 22:15:37 2026 +0100 |
| tree | 0ecdf843204c2a58156be59750466a471c2f477f | |
| parent | 7189d0bd05cafd9a933ccde4548817919f43818c [diff] |
Update GitHub CI runners Change-Id: I16ee17a5c3110f478a36ad2e8861d310a513a085 Reviewed-on: https://korap.ids-mannheim.de/gerrit/c/KorAP/Koral/+/10357
diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index dd66faf..38062f1 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml
@@ -8,11 +8,11 @@ steps: - name: Checkout Koral uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 17 + java-version: 21 - name: Build and install Koral run: mvn --file pom.xml install
diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 15acf7d..6e0f94b 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml
@@ -12,11 +12,11 @@ git config --global core.eol lf - name: Checkout Koral uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 17 + java-version: 21 - name: Build and install Koral run: mvn --file pom.xml install