From c5c48419f103037867bf86a98edc8f3a41b24ce1 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 3 Jun 2023 02:04:12 +0000 Subject: [PATCH] Update the set of OSX runners since github removed 10.15 --- .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 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 -- 2.30.2