From f8704134e90e156ec38f6b714ac08a450e3220cf Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 13 Jul 2021 23:39:32 +0000 Subject: [PATCH] Enable macos-11 in CI --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98f0e92..796a10c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,8 +53,7 @@ jobs: matrix: include: - platform: macos-10.15 - # MacOS 11 is currently in private preview, we've applied for access - # - platform: macos-11 + - platform: macos-11 runs-on: ${{ matrix.platform }} env: TOOLCHAIN: stable -- 2.30.2