From: Darren Tucker Date: Mon, 1 May 2023 01:45:14 +0000 (+1000) Subject: Add macos-13 test target. X-Git-Tag: V_9_4_P1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9687f49682e1e93383fc15ab2018850b2ef38c3;p=thirdparty%2Fopenssh-portable.git Add macos-13 test target. Also flatten OS list for clarity. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b6cd56c63..d8c509ba3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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.