summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-05-08 20:23:08 +1000
committerDarren Tucker <dtucker@dtucker.net>2023-05-08 20:23:08 +1000
commit86ad25d455a2313126125540e61e0f9314283f88 (patch)
tree7ec60956e3449fc62c01e0d240b7ae0e97db20a1
parent77cca2c4b13bc6e5f389565583b6202b0d1bccc2 (diff)
downloadopenssh-git-86ad25d455a2313126125540e61e0f9314283f88.tar.gz
Add macos13 PAM test target.
-rw-r--r--.github/workflows/c-cpp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index d8c509ba..bb6cf684 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