You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/09 23:05:49 UTC

[commons-crypto] branch master updated: Add Ubuntu build to GitHub

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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 02e3c71  Add Ubuntu build to GitHub
02e3c71 is described below

commit 02e3c715320a452fc71d02f1c7ec217cc1f30760
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 19:05:45 2022 -0400

    Add Ubuntu build to GitHub
---
 .github/workflows/maven.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e3c6516..5b4d221 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,8 +24,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-#        os: [ubuntu-latest, windows-latest, macos-latest]
-        os: [macos-latest]
+        os: [macos-latest, ubuntu-latest]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include: