Skip to content

Commit

Permalink
Update macOS runner for cocoapods publish to macOS 14
Browse files Browse the repository at this point in the history
Updates the macOS runner when publishing to cocoapods to macOS 14, since macOS 12 has officially been unsupported as of Dec. 3, 2024.

actions/runner-images#10721

Diffs=
7b2ac9a197 Update macOS runner for cocoapods publish to macOS 14 (#8694)

Co-authored-by: David Skuza <[email protected]>
  • Loading branch information
lancesnider and dskuza committed Dec 6, 2024
1 parent ef78437 commit f9e0e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
437688c18e858a3d5fba529802d77c1cb523c841
7b2ac9a197bc58b3e0c72f461cb49bd3de165864

0 comments on commit f9e0e7a

Please sign in to comment.