Skip to content

Commit

Permalink
Merge branch 'release/1.9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Apr 17, 2024
2 parents d1515f2 + d9c800f commit 9179165
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 9179165

Please sign in to comment.