This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new dd61f77 Use ubuntu-22.04 to pickup svn dd61f77 is described below commit dd61f7779f8285f02cef4d2a8ec1450a43b4d54d Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat Dec 21 17:19:46 2024 -0500 Use ubuntu-22.04 to pickup svn --- .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 65d5f37..dcdca28 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 continue-on-error: ${{ matrix.experimental }} strategy: matrix: