From afb1456059c62311569e1b0e04c2fdd3fd2b57e3 Mon Sep 17 00:00:00 2001 From: Philip Hayton Date: Mon, 6 Jan 2025 13:17:45 +0000 Subject: [PATCH] chore: update runners to macos-13 as 12 is no longer supported (#1742) --- .github/workflows/canary.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 6867ad098..1d5d160e4 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -66,7 +66,7 @@ jobs: build-darwin: needs: [tag] name: build-darwin - runs-on: macos-12 + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dde10913..cd57beb2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: build-darwin: needs: [tag] name: build-darwin - runs-on: macos-12 + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v4