From 81e3f1482b5e02f7299c2dfeb65da0fd7a6237e6 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Thu, 7 Jan 2021 19:29:45 +0200 Subject: [PATCH] ci: Remove macos-11.0 as it is unreliable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b75882..dcef30aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: bats-test: strategy: matrix: - os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15, macos-11.0] + os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15] runs-on: ${{ matrix.os }}