From 30bea67eeebb67b7d6a62574acdb47f5728c6f40 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sat, 6 Apr 2024 09:26:55 +0100 Subject: [PATCH] Update all workflows to use Xcode 15 --- .github/workflows/docs.yml | 5 ++++- .github/workflows/publish.yml | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 287b34af..bf862360 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,8 +6,11 @@ on: jobs: publish: - runs-on: macOS-latest + runs-on: macOS-14 steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - uses: actions/checkout@v2 - name: Prepare run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c5cd6b8..4b7ddced 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,9 +6,11 @@ on: jobs: publish_release: - runs-on: macOS-latest + runs-on: macOS-14 steps: - - uses: actions/checkout@v2 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Prepare run: | bundle update --bundler