From 3ad30cc87333d840bbb88d0196896564d76c113d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 6 Jan 2021 09:05:09 +0900 Subject: [PATCH] GitHub Actions: temporarily disable macos-11.0 We encounter the same problem reported at https://github.community/t/macos-11-0-big-sur-builds-stalling-out/153761 . Signed-off-by: Masatake YAMATO --- .github/workflows/testing-mac.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing-mac.yml b/.github/workflows/testing-mac.yml index 5515d68c0f..b152282844 100644 --- a/.github/workflows/testing-mac.yml +++ b/.github/workflows/testing-mac.yml @@ -11,7 +11,8 @@ jobs: strategy: matrix: - os: [macos-11.0, macos-10.15] + # os: [macos-11.0, macos-10.15] + os: [macos-10.15] compiler: [gcc, clang] runs-on: ${{ matrix.os }}