From 363a3221822330f0a228b19d78dc0285930ecb36 Mon Sep 17 00:00:00 2001 From: Mark Williamson Date: Sun, 6 Oct 2024 14:58:43 +0100 Subject: [PATCH] Use more recent LTS version of Ubuntu --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 61f985c..d26d67d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,7 +7,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: # test against latest update of each major Java version: