From 86ad25d455a2313126125540e61e0f9314283f88 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 8 May 2023 20:23:08 +1000 Subject: [PATCH] Add macos13 PAM test target. --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) 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