[openssh-commits] [openssh] 01/01: Merge Mac OS X targets into a single config.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 13 18:01:20 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 8635e7df7e3a3fbb4a4f6cd5a7202883b2506087
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Jan 13 18:00:57 2021 +1100

    Merge Mac OS X targets into a single config.
---
 .github/workflows/c-cpp.yml | 34 +++-------------------------------
 1 file changed, 3 insertions(+), 31 deletions(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index f2a9538d..974404cb 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -95,42 +95,14 @@ jobs:
         TEST_SSH_UNSAFE_PERMISSIONS: 1
 
 
-  macos-10_15:
-
-    runs-on: macos-10.15
-
+  macos:
     strategy:
       matrix:
+        os: [ macos-10.15, macos-11.0 ]
         configs:
         - ""
         - "--with-pam"
-
-    steps:
-    - uses: actions/checkout at v2
-    - name: setup CI system
-      run: ./.github/setup_ci.sh ${{ matrix.configs }}
-    - name: autoreconf
-      run: autoreconf
-    - name: configure
-      run: ./configure --with-ssl-dir=/usr/local/opt/openssl ${{ matrix.configs }}
-    - name: make
-      run: make
-    - name: make tests
-      run: ./.github/run_test.sh ${{ matrix.configs }}
-      env:
-        SUDO: sudo
-        TEST_SSH_UNSAFE_PERMISSIONS: 1
-
-  macos-11_0:
-
-    runs-on: macos-11.0
-
-    strategy:
-      matrix:
-        configs:
-        - ""
-        - "--with-pam"
-
+    runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout at v2
     - name: setup CI system

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list