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

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


The following commit(s) were added to refs/heads/jartests by this push:
     new 86a6ab68 Fix 3.7 version, add OSes
86a6ab68 is described below

commit 86a6ab687aaa5f16cce20cea8c33759b99205d9e
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 11:13:05 2024 +0100

    Fix 3.7 version, add OSes
---
 .github/workflows/maven_adhoc.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 07cbf618..5025ae18 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -26,8 +26,9 @@ jobs:
     continue-on-error: true
     strategy:
       matrix:
-        tag: [ 3.10.0, 3.9.0, 3.8.0, 3.7.0 ]
-    runs-on: ubuntu-latest
+        tag: [ 3.10.0, 3.9.0, 3.8.0, 3.7 ]
+        os: [ ubuntu-latest, windows-latest, macos-13 ]
+    runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
       with:

Reply via email to