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.
This commit is contained in:
Darren Tucker 2021-02-26 11:49:19 +11:00
parent 473201783f
commit 24a3a67bd7
1 changed files with 0 additions and 1 deletions

View 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