From 0568ccefb69108de6c0ab5a5dc56eef88d7c54cd Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 2 Apr 2025 08:47:57 +0200 Subject: [PATCH] Upgrade from `ubuntu-20.04` to `ubuntu-22.04`. Context: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4750fd..9dcc4d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - version: '22.2.0' # for update notifications java-version: '17' components: 'native-image' - os: ubuntu-20.04 + os: ubuntu-22.04 - version: '21.2.0' java-version: '8' # for JDK 8 notification components: 'native-image'