summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2024-03-25 16:14:21 +1100
committerDarren Tucker <dtucker@dtucker.net>2024-03-25 16:14:21 +1100
commit0d5bdc87a675271862b67eb6a9fb13a202fb4894 (patch)
tree378c4036c90df4ff19e71b294d8a9e2cbeed5251
parent2d7964a03e1f50a48040ec6912c0a956df909d21 (diff)
Add Mac OS X 14 test targets.
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 2 insertions, 0 deletions
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