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-rampart.git
commit 6cf9ef463d015f1ab0e0f22855c8c976e7b46d83 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Oct 29 08:29:24 2023 +0000 Update Ubuntu version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03bc9eb..ad94272e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: matrix: java: [ 8 ] name: "Java ${{ matrix.java }}" - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2