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


The following commit(s) were added to refs/heads/master by this push:
     new e8b4eeb  Duh! Wrong OS
e8b4eeb is described below

commit e8b4eeb2df4e3cf5768ada200cb56e7d7478fd3d
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 12 23:15:11 2022 +0100

    Duh! Wrong OS
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3d932ba..f767591 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,8 +26,8 @@ jobs:
       matrix:
         # os: [macos-latest, ubuntu-latest, windows-latest]
         # java: [ 8, 11, 17 ]
-        # Trying to fix macOS build
-        os: [macos-latest]
+        # Trying to fix Windows build
+        os: [windows-latest]
         java: [ 8 ]
         experimental: [false]
 #        include:

Reply via email to