From 0d5bdc87a675271862b67eb6a9fb13a202fb4894 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 25 Mar 2024 16:14:21 +1100 Subject: Add Mac OS X 14 test targets. --- .github/workflows/c-cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index edb88f23..21ea2d96 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 -- cgit v1.2.3