From 386239fdd739f6faa51e23bfa1c9271e8d9584d0 Mon Sep 17 00:00:00 2001 From: Ralf Wiebicke Date: Fri, 14 Feb 2025 15:12:24 +0100 Subject: [PATCH] .github/workflows/ant.yml uses ubuntu-24.04 --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 6811f4c..096a604 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2