This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 2880481fdc Use ubuntu-24.04
2880481fdc is described below

commit 2880481fdc1b59cf68216a6c9a0f0bcc65f322d4
Author: Martin Grigorov <[email protected]>
AuthorDate: Sun Oct 20 08:54:29 2024 +0300

    Use ubuntu-24.04
    
    It seems GitHub re-aliased -latest to 22.04
---
 .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 9c1c7cfae5..bec2235623 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -12,7 +12,7 @@ env:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     strategy:
       matrix:
         java:

Reply via email to