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: