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/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5471776  Should now work for all?
5471776 is described below

commit 54717768dfada3f52a2cd07402971d7289a8ed03
Author: Sebb <s...@apache.org>
AuthorDate: Wed Mar 23 13:31:30 2022 +0000

    Should now work for all?
---
 .github/workflows/unittestlib.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index 0c8b278..75f0f11 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -14,18 +14,18 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-20.04]
-        ruby: [2.7]
+        os: [ubuntu-20.04, macos-latest]
+        ruby: [2.7, 3.1]
     runs-on: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v2
-      with:
-        persist-credentials: false
     - name: setup
       run: |
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  ${{ matrix.os }} != 'macos-latest'  
+    - uses: actions/checkout@v2
+      with:
+        persist-credentials: false
     - name: ruby
       uses: ruby/setup-ruby@v1
       with:

Reply via email to