You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/26 15:45:37 UTC

[commons-crypto] branch sebb-mac-test updated: Try other builds

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

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


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 9e0354c  Try other builds
9e0354c is described below

commit 9e0354c01fabf34793721bccd20e53537f0bb3d2
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 26 16:45:31 2022 +0100

    Try other builds
---
 .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 8526d31..8037bd4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [macos-latest]
+        os: [ubuntu-latest, windows-latest]
         java: [ 8 ]
         experimental: [false]
 #        include: