From: Matt Corallo Date: Tue, 13 Jul 2021 23:39:32 +0000 (+0000) Subject: Enable macos-11 in CI X-Git-Tag: v0.0.99.2^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=f8704134e90e156ec38f6b714ac08a450e3220cf Enable macos-11 in CI --- 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