diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb53bac5..57abdf4a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ name: Run Rive tests on: - push: + [push, pull_request]: branches: - main @@ -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