Skip to content

Commit

Permalink
Test running it on self-hosted runner instead
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Mar 8, 2024
1 parent e8dd699 commit e4bfa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-screenshots-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
name: Screenshot tests
runs-on: macos-13-xlarge
runs-on: [self-hosted, macOS, ios-test]
env:
SOURCE_PACKAGES_PATH: .spm
TEST_ACCOUNT: ${{ secrets.IOS_TEST_ACCOUNT_NUMBER }}
Expand Down

0 comments on commit e4bfa57

Please sign in to comment.