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 070442a6 Need to add subversion for latest macOS versions
070442a6 is described below

commit 070442a6794824ee5a99dfcffc6f61b288520f16
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 23:17:00 2024 +0100

    Need to add subversion for latest macOS versions
---
 .github/workflows/unittestagenda.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 63c42b01..ce3bd7a8 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -32,7 +32,12 @@ jobs:
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
         sudo apt-get install libyaml-dev # seems to be needed for installing 
ruby since psych 5.0.0 release
-      if:  matrix.os != 'macos-latest'
+      if:  runner.os != 'macOS'
+    # Default host no longer includes subversion
+    - name: setup macos
+      run: |
+        brew install subversion
+      if: runner.os == 'macOS'
     - uses: actions/setup-node@v3
       with:
         node-version: 'v21.4.0' # works on macOS

Reply via email to