From c6da4953604ed1b95d3911611878f5bfc005b2da Mon Sep 17 00:00:00 2001 From: Aleksander Grzyb Date: Wed, 11 Dec 2024 09:16:31 +0100 Subject: [PATCH] update macOS to 13 Signed-off-by: Aleksander Grzyb --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06435c2..9ad7250 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: args: --strict macOS: - runs-on: macos-12 + runs-on: macos-13 env: XCODE_VERSION: ${{ '14.1' }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f42cf7b..5f6308f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: macOS: name: Add macOS binaries to release - runs-on: macos-12 + runs-on: macos-13 env: XCODE_VERSION: ${{ '14.1' }} steps: