From: Darren Tucker Date: Fri, 26 Feb 2021 00:49:19 +0000 (+1100) Subject: Remove macos-11.00 PAM test target too. X-Git-Tag: V_8_5_P1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a3a67bd7421740d08803b84bd784e764107928;p=thirdparty%2Fopenssh-portable.git Remove macos-11.00 PAM test target too. These are failing apparently due to some kind of infrastructure problem, making it look like every commit is busted. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9a7a645aa..c2e9c5327 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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