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 12c06b4  Twin run
12c06b4 is described below

commit 12c06b4aaa27e7a12d16d1e0a290349b4b682cac
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 26 11:41:24 2022 +0000

    Twin run
---
 .github/workflows/testaction.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/testaction.yml b/.github/workflows/testaction.yml
index 9c9a681..93c2f94 100644
--- a/.github/workflows/testaction.yml
+++ b/.github/workflows/testaction.yml
@@ -12,12 +12,12 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-20.04]
+        os: [ubuntu-20.04, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:
       - name: generate status
         run: |
-          false
+          test ${{ matrix.os }} == 'macos-latest'
       - name: report
         if: always()
         run: |

Reply via email to