Hi, By default our shared GH actions pipeline fails now for Java 8 on Mac OS:
Run actions/setup-java@v4 with: java-version: 8 distribution: temurin cache: maven java-package: jdk check-latest: false server-id: github server-username: GITHUB_ACTOR server-password: GITHUB_TOKEN overwrite-settings: true job-status: success token: *** Installed distributions Trying to resolve the latest version from remote Error: Could not find satisfied version for SemVer '8'. Available versions: 22.0.2+9, 22.0.1+8, 22.0.0+36, 21.0.4+7.0.LTS, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS, 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7, 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36, 17.0.12+7, 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10, 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35, 11.0.24+8, 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8, 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10 (e.g. in https://github.com/apache/maven-scm/actions/runs/10338422023/job/28616570218). This seems to be caused by the fact that the macOS-latest node in GitHub is now a Aarch64 machine (https://github.com/actions/runner-images?tab=readme-ov-file#available-images) for which there is no Temurin 8 distribution. Potential solutions: 1) Use Azul for Mac OS with Java 8 2) Skip Java 8 build on Mac OS WDYT? Thanks, Konrad --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org