From 084318cf12056cf6d32f87078583ff3860746985 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 15 Jun 2021 17:23:29 +0000 Subject: [PATCH] Drop MacOS 11 runner until we get access to private preview --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf89b9f..693f728 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,8 @@ jobs: matrix: include: - platform: macos-10.15 - - platform: macos-11 + # MacOS 11 is currently in private preview, we've applied for access + # - platform: macos-11 runs-on: ${{ matrix.platform }} env: TOOLCHAIN: stable -- 2.30.2