From ec3b8d645f5d06f840f72a901a5e6c816809cc20 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Fri, 10 Sep 2021 16:54:51 +0300 Subject: [PATCH] Revert "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 dcef30aa..03b75882 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] + os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15, macos-11.0] runs-on: ${{ matrix.os }}