From e501a1a6a1e3f5c965e1d31b204c608779d5087a Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Wed, 16 Apr 2025 12:30:25 +0200 Subject: [PATCH] Update Ubuntu to 22.04, 20.04 is not longer supported --- .github/workflows/linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 82dfed58e..4eded7375 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,7 @@ env: jobs: openjdk11: - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Set up JDK 11 @@ -33,7 +33,7 @@ jobs: find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {} openjdk17: - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Set up JDK 17 @@ -55,7 +55,7 @@ jobs: find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {} openjdk21: - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Set up JDK 21 @@ -77,7 +77,7 @@ jobs: find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {} QA: - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Set up JDK 11