This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push: new bade571f Fix runs-on in order to not block GHA execution any longer bade571f is described below commit bade571fadf5a3c408d1c2c8751c4537621f79b4 Author: P. Ottlinger <pottlin...@apache.org> AuthorDate: Sun Jul 21 20:39:06 2024 +0200 Fix runs-on in order to not block GHA execution any longer --- .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 dc2ad16b..dd0039d7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,7 +39,7 @@ jobs: java: [8, 11, 17, 21] fail-fast: false - runs-on: ${{ matrix.os }}-JDK${{ matrix.java }} + runs-on: ${{ matrix.os }} steps: - name: Checkout