From 76d5e6c7dba4805e63a91508b863d5d935a3ec42 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Sun, 3 Jan 2021 10:41:43 +0100 Subject: [PATCH] Remove macos-11.0 environment See https://github.com/danmar/cppcheck/pull/2989#issuecomment-753591221 The environment currently is not reliable. Maybe because it's a preview only according to https://github.com/actions/virtual-environments/issues/1814 ? --- .github/workflows/CI-unixish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-unixish.yml b/.github/workflows/CI-unixish.yml index 13454cdbc..4b77e87df 100644 --- a/.github/workflows/CI-unixish.yml +++ b/.github/workflows/CI-unixish.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0] + os: [ubuntu-18.04, ubuntu-20.04, macos-10.15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }}