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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new a9cddfa74 Update Ubuntu a9cddfa74 is described below commit a9cddfa7427eae11b3aafd8f3e02e0241f51aa14 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue Nov 15 20:34:36 2022 +0000 Update Ubuntu --- .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 e2cd869ba..6f20912a5 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/ws-axiom' name: Deploy - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 needs: build steps: - name: Checkout