]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove macos-11.00 PAM test target too.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 26 Feb 2021 00:49:19 +0000 (11:49 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 26 Feb 2021 00:50:37 +0000 (11:50 +1100)
These are failing apparently due to some kind of infrastructure problem,
making it look like every commit is busted.

.github/workflows/c-cpp.yml

index 9a7a645aa8ec61308bbcec48c9215f933d8cef49..c2e9c5327ecbd682fe9eabe1cd857bd129c4af2e 100644 (file)
@@ -35,7 +35,6 @@ jobs:
           - { os: ubuntu-16.04, configs: pam }
           - { os: ubuntu-16.04, configs: kitchensink }
           - { os: macos-10.15,  configs: pam }
-          - { os: macos-11.0,   configs: pam }
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v2