Skip to content

Commit

Permalink
Do iOS release builds on the hosted runner
Browse files Browse the repository at this point in the history
Diffs=
fb1fdcf13 Do iOS release builds on the hosted runner (#6012)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Sep 19, 2023
1 parent 05f11c1 commit 7fee6f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

build_framework:
name: Create RiveRuntime.xcframework
runs-on: macos-12
runs-on: [self-hosted, macOS, ARM64]
needs: [determine_version]
outputs:
checksum: ${{steps.get_checksum.outputs.checksum}}
Expand Down
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
382a48cf8c79664cc8d5308f2f0a4a504d33b2be
fb1fdcf134fd5a26e35209088d6d1a34728ae00f
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01aa67c9996f1fa96ac8091040dfc91d432192e9
cc97fb44964df4439e3bc1a35d9c7944350d7aa8

0 comments on commit 7fee6f2

Please sign in to comment.