Skip to content

Commit 2408856

Browse files
Cursor Agent (homelab)cursoragent
andcommitted
CI board-make: use Temurin 25 for Freerouting
Freerouting 2.2.4 requires classfile 69 (Java 25+); ensure-java rejects older JDKs. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 44fcac3 commit 2408856

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/board-make.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- uses: actions/setup-java@v4
3434
with:
3535
distribution: temurin
36-
java-version: "21"
36+
# Freerouting 2.2.4 is classfile 69 → Java 25+.
37+
java-version: "25"
3738

3839
- name: Cache cargo
3940
uses: actions/cache@v4

0 commit comments

Comments
 (0)