We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b9503 commit e17cb7dCopy full SHA for e17cb7d
.github/workflows/check.yml
@@ -79,7 +79,7 @@ jobs:
79
test-ios:
80
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
81
name: Test app (iOS)
82
- runs-on: macos-latest
+ runs-on: macos-latest-large
83
steps:
84
- uses: actions/checkout@v4
85
- uses: actions/setup-node@v4
0 commit comments