From d9c800f7f4bc6972dc039055404f373e914b82ea Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Wed, 17 Apr 2024 11:27:05 +0200 Subject: [PATCH] Use self-hosted runner --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ece45d..c009ab2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: jobs: build: name: Build and test - runs-on: macos-14 + runs-on: [self-hosted, macOS, ARM64] env: DERIVED_DATA_PATH: 'DerivedData' DEVICE: 'iPhone 15 Pro' @@ -41,7 +41,7 @@ jobs: integration-tests: name: Run integration tests for ${{ matrix.name }} - runs-on: macos-14 + runs-on: [self-hosted, macOS, ARM64] needs: build if: startsWith(github.ref, 'refs/tags/') env: