From: Darren Tucker Date: Mon, 8 May 2023 10:23:08 +0000 (+1000) Subject: Add macos13 PAM test target. X-Git-Tag: V_9_4_P1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ad25d455a2313126125540e61e0f9314283f88;p=thirdparty%2Fopenssh-portable.git Add macos13 PAM test target. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d8c509ba3..bb6cf684a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -83,6 +83,7 @@ jobs: - { target: ubuntu-22.04, config: without-openssl } - { target: macos-11, config: pam } - { target: macos-12, config: pam } + - { target: macos-13, config: pam } runs-on: ${{ matrix.target }} steps: - name: set cygwin git params