From: Darren Tucker Date: Mon, 25 Mar 2024 05:14:21 +0000 (+1100) Subject: Add Mac OS X 14 test targets. X-Git-Tag: V_9_8_P1~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5bdc87a675271862b67eb6a9fb13a202fb4894;p=thirdparty%2Fopenssh-portable.git Add Mac OS X 14 test targets. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index edb88f23c..21ea2d969 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -19,6 +19,7 @@ jobs: - macos-11 - macos-12 - macos-13 + - macos-14 - windows-2019 - windows-2022 config: [default] @@ -100,6 +101,7 @@ jobs: - { target: macos-11, config: pam } - { target: macos-12, config: pam } - { target: macos-13, config: pam } + - { target: macos-14, config: pam } runs-on: ${{ matrix.target }} steps: - name: set cygwin git params