From 5fe94ff44ac449ec13f12e7c2b1decff75e95261 Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 23 Apr 2026 21:58:10 +0200 Subject: [PATCH] Temporarily disable 26 build due to container issue --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a4cf4d7..aaac4e07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: # java="25" is the LTS Java version used in reproducible builds script (default in Containerfile). # More Java versions can be added to test compatibility, eg. "26". - java: ["25", "26"] + java: ["25"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v6