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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c0e4fb0 Did not run - try again
7c0e4fb0 is described below

commit 7c0e4fb0a06a5a4e059ff3f3af1bec734cfa487c
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 12 23:19:12 2024 +0100

    Did not run - try again
    
    [skip ci]
---
 .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 183623ee..c8968ea4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,5 +58,5 @@ jobs:
       run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false
     - name: Check tests can be re-run
       # No need to test on all OS/Java combinations
-      if: ${{ matrix.java == '17' && runner.os == 'Ubuntu' }}
+      if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
       run: mvn test

Reply via email to