Skip to content

Commit

Permalink
Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Apr 17, 2024
1 parent d7de94b commit d9c800f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d9c800f

Please sign in to comment.