Skip to content

Commit

Permalink
force build/test action for ios to run on specific host
Browse files Browse the repository at this point in the history
Diffs=
dcaaab851 force build/test action for ios to run on specific host (#7342)

Co-authored-by: Maxwell Talbot <[email protected]>
  • Loading branch information
mjtalbot and mjtalbot committed Jun 3, 2024
1 parent fbe16bb commit d02184d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:

build_framework:
name: Create RiveRuntime.xcframework
runs-on: [self-hosted, macOS, ARM64]
# mini-b was causing issues missing ply
runs-on: [self-hosted, mini-d]
needs: [determine_version]
outputs:
checksum: ${{steps.get_checksum.outputs.checksum}}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
arch: ["x86", "x64", "arm", "arm64", "iossim_arm64"]

runs-on: [self-hosted, macOS, ARM64]
# mini-b was causing issues missing ply
runs-on: [self-hosted, mini-d]
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -52,7 +52,8 @@ jobs:
run_tests:
name: Run Rive tests
needs: build-skia
runs-on: [self-hosted, macOS, ARM64]
# mini-b was causing issues missing ply
runs-on: [self-hosted, mini-d]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d4b3118e1930e8e60565938a7c266d092a1ed940
dcaaab851db00301821428adb193524e760fdd53

0 comments on commit d02184d

Please sign in to comment.