Skip to content

Commit

Permalink
Fix ios tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csmartdalton committed Sep 8, 2023
1 parent 1f1d22a commit c3f023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Rive tests

on:
push:
[push, pull_request]:
branches:
- main

Expand All @@ -11,7 +11,7 @@ jobs:
matrix:
arch: ["x86", "x64", "arm", "arm64", "iossim_arm64"]

runs-on: macos-latest
runs-on: [self-hosted, macOS, ARM64]
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit c3f023f

Please sign in to comment.