From 7864ed09a996ef959a018647ec40a99d008ac41d Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 25 Aug 2025 16:15:22 -0700 Subject: [PATCH 1/2] Fix 2.16 CI --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7c15108414..1508348701 100644 --- a/pom.xml +++ b/pom.xml @@ -147,10 +147,11 @@ + - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots + central-snapshots + Sonatype Central Portal (snapshots) + https://central.sonatype.com/repository/maven-snapshots false true From 6380f02b1d8a948104710cf851ea330407edf1c1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 25 Aug 2025 16:17:18 -0700 Subject: [PATCH 2/2] Update Ubuntu reference --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8be3ae1f97..b8f308c377 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: java_version: ['8', '11', '17', '21'] - os: ['ubuntu-20.04'] + os: ['ubuntu-latest'] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: