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 54a6347 Typo
54a6347 is described below
commit 54a63477bc987d74e0b71c16661843ecc125c139
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 1 15:38:14 2022 +0100
Typo
---
.github/workflows/maventest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maventest.yml b/.github/workflows/maventest.yml
index 53d57c3..e2f04a0 100644
--- a/.github/workflows/maventest.yml
+++ b/.github/workflows/maventest.yml
@@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# Look for older version of crypto library
- os: [macos-10.14 ubuntu-latest windows-latest]
+ os: [macos-10.14, ubuntu-latest, windows-latest]
java: [ 8 ]
experimental: [false]
fail-fast: false