]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add macos-13 test target.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 1 May 2023 01:45:14 +0000 (11:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 1 May 2023 08:04:35 +0000 (18:04 +1000)
Also flatten OS list for clarity.

.github/workflows/c-cpp.yml

index b6cd56c639a7da7dc2f049fa72ed8cd1951bd0ce..d8c509ba30e640be2274beaf8d4a9654e4a1f119 100644 (file)
@@ -13,7 +13,14 @@ jobs:
       fail-fast: false
       matrix:
         # First we test all OSes in the default configuration.
-        target: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
+        target:
+          - ubuntu-20.04
+          - ubuntu-22.04
+          - macos-11
+          - macos-12
+          - macos-13
+          - windows-2019
+          - windows-2022
         config: [default]
         # Then we include any extra configs we want to test for specific VMs.
         # Valgrind slows things down quite a bit, so start them first.