From 09d4b705665483de92f6ffb12c359a56dbe9aa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Thu, 28 Nov 2024 23:44:27 +0100 Subject: [PATCH] Build on macOS version with at least Xcode 15.3 due to SPM incompatibilities --- .github/workflows/deploying.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index b8a5076..526e3e2 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-14 strategy: matrix: channel: ['beta', 'release'] diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index db0310c..ea2c149 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: testing: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1