]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add Mac OS X 12 test target.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 30 Apr 2022 00:56:41 +0000 (10:56 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 30 Apr 2022 01:00:02 +0000 (11:00 +1000)
.github/workflows/c-cpp.yml

index 68db999d85e668cbb25533e50d3db3eb4f7507c9..092b91fdf573231c586d88a28f1489154614521b 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       fail-fast: false
       matrix:
         # First we test all OSes in the default configuration.
-        os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11.0]
+        os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11, macos-12]
         configs: [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.
@@ -71,7 +71,8 @@ jobs:
           - { os: ubuntu-18.04, configs: kitchensink }
           - { os: ubuntu-18.04, configs: without-openssl }
           - { os: macos-10.15,  configs: pam }
-          - { os: macos-11.0,   configs: pam }
+          - { os: macos-11, configs: pam }
+          - { os: macos-12, configs: pam }
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v2