From f9e0e7a690127d2dd9570a73f24a299f629d4731 Mon Sep 17 00:00:00 2001 From: lancesnider Date: Fri, 6 Dec 2024 00:24:11 +0000 Subject: [PATCH] Update macOS runner for cocoapods publish to macOS 14 Updates the macOS runner when publishing to cocoapods to macOS 14, since macOS 12 has officially been unsupported as of Dec. 3, 2024. https://github.com/actions/runner-images/issues/10721 Diffs= 7b2ac9a197 Update macOS runner for cocoapods publish to macOS 14 (#8694) Co-authored-by: David Skuza --- .github/workflows/release.yml | 2 +- .rive_head | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 452e9f22..bf45e7b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -218,7 +218,7 @@ jobs: publish_cocoapods: name: Publish framework to cocoapods - runs-on: macos-12 + runs-on: macos-14 needs: [determine_version, build_framework, do_release] steps: - name: Download framework artifact diff --git a/.rive_head b/.rive_head index 1f064791..6e5ea632 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -437688c18e858a3d5fba529802d77c1cb523c841 +7b2ac9a197bc58b3e0c72f461cb49bd3de165864