Skip to content

Commit

Permalink
chore: runner
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed Feb 26, 2024
1 parent 6651591 commit 0c8791b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/actions/test

build-and-deploy-ios-beta:
runs-on: macos-14-large
runs-on: [ self-hosted, macOS, test ]
if: ${{ !contains(github.ref_name, 'beta-sim') }}
needs:
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/actions/test

build-and-deploy-ios-release:
runs-on: macos-14-large
runs-on: [ self-hosted, macOS, test ]
if: ${{ !contains(github.ref_name, 'release-sim') }}
needs:
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/actions/test

build-ios-pr:
runs-on: macos-14-large
runs-on: [ self-hosted, macOS, test ]
if: ${{ github.event.label.name == 'Build Apps for PR' || github.event.label.name == 'Build App for iOS' }}
needs:
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/actions/test

build-ios-unsigned:
runs-on: macos-14-large
runs-on: [ self-hosted, macOS, test ]
needs:
- test
steps:
Expand Down

0 comments on commit 0c8791b

Please sign in to comment.