From: Matt Corallo Date: Sat, 3 Jun 2023 02:04:12 +0000 (+0000) Subject: Update the set of OSX runners since github removed 10.15 X-Git-Tag: v0.0.115.2~1^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=c5c48419f103037867bf86a98edc8f3a41b24ce1 Update the set of OSX runners since github removed 10.15 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32d9b3c..1d1b9b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,8 +110,9 @@ jobs: strategy: matrix: include: - - platform: macos-10.15 - platform: macos-11 + - platform: macos-12 + - platform: macos-13 runs-on: ${{ matrix.platform }} env: TOOLCHAIN: stable