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 db339c9 commit 0199234Copy full SHA for 0199234
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
integration-smoke:
46
name: Integration Smoke
47
- runs-on: macos-latest
+ runs-on: ubuntu-latest
48
timeout-minutes: 60
49
continue-on-error: true
50
steps:
@@ -103,7 +103,7 @@ jobs:
103
104
integration-ios:
105
name: Integration iOS
106
+ runs-on: macos-26
107
timeout-minutes: 80
108
109
0 commit comments