From c3f023f37f3c68e066697b9043d9c89e76718174 Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Fri, 8 Sep 2023 11:00:18 -0600 Subject: [PATCH] Fix ios tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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