summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-26 11:49:19 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-26 11:50:37 +1100
commit24a3a67bd7421740d08803b84bd784e764107928 (patch)
treef767375a9672a798e3cb640d949015e6485eb174
parent473201783f732ca8b0ec528b56aa55fa0d8cf717 (diff)
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.
-rw-r--r--.github/workflows/c-cpp.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 9a7a645a..c2e9c532 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