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 e8a02e4 commit ae84d8bCopy full SHA for ae84d8b
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
make build-android
69
70
build-example-app-ios:
71
- runs-on: macos-15-xlarge
+ runs-on: macos-14-xlarge
72
timeout-minutes: 45
73
steps:
74
- uses: actions/checkout@v4
.github/workflows/e2e.yml
@@ -14,7 +14,7 @@ env:
14
15
jobs:
16
ios-integration-test:
17
18
timeout-minutes: 30
19
env:
20
XCODE_VERSION: '16.2'
0 commit comments