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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 874a2aeb88 Update Ubuntu version
874a2aeb88 is described below

commit 874a2aeb887428e98d5d1c6fc991e72e3d8b812e
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Tue Nov 15 20:26:08 2022 +0000

    Update Ubuntu version
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4c3048fd9d..23d4076a59 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
       matrix:
         java: [ 11, 17, 19 ]
     name: "Java ${{ matrix.java }}"
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Checkout
       uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
   deploy:
     if: github.event_name == 'push' && github.ref == 'refs/heads/master' && 
github.repository == 'apache/axis-axis2-java-core'
     name: Deploy
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     needs: build
     steps:
     - name: Checkout

Reply via email to