From 2ffcc4209de5685b7beec8095677499c98cdc091 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 20 Jan 2021 12:24:39 +0700 Subject: [PATCH] Remove macOS 11 from GitHub Actions. (#247) This platform is experimental on their end and is having capacity problems. We don't need it for now and the noise of the failures is not worth it. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dd2ecc..99be71b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11.0, macos-10.15, ubuntu-20.04, ubuntu-18.04] + os: [macos-10.15, ubuntu-20.04, ubuntu-18.04] env: BUILD_TYPE: Release steps: