|
26 | 26 |
|
27 | 27 | publish-shared-maven: |
28 | 28 | name: Publish Shared to Maven Central |
29 | | - runs-on: macos-15-xlarge |
| 29 | + runs-on: macos-latest |
30 | 30 | needs: build-shared |
31 | 31 | env: |
32 | 32 | DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }} |
|
60 | 60 |
|
61 | 61 | publish-sdks-maven: |
62 | 62 | name: Publish SDKs to Maven Central |
63 | | - runs-on: macos-15-xlarge |
| 63 | + runs-on: macos-latest |
64 | 64 | needs: build-shared |
65 | 65 | env: |
66 | 66 | DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }} |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 |
|
121 | 121 | build-consumer-xcframework: |
122 | 122 | name: Build Consumer XCFramework |
123 | | - runs-on: macos-15-xlarge |
| 123 | + runs-on: macos-latest |
124 | 124 | needs: build-shared |
125 | 125 |
|
126 | 126 | steps: |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 |
|
175 | 175 | build-b2b-xcframework: |
176 | 176 | name: Build B2B XCFramework |
177 | | - runs-on: macos-15-xlarge |
| 177 | + runs-on: macos-latest |
178 | 178 | needs: build-shared |
179 | 179 |
|
180 | 180 | steps: |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 |
|
229 | 229 | package-and-release-ios: |
230 | 230 | name: Package and Release iOS |
231 | | - runs-on: macos-15-xlarge |
| 231 | + runs-on: macos-latest |
232 | 232 | needs: [build-consumer-xcframework, build-b2b-xcframework] |
233 | 233 | env: |
234 | 234 | DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }} |
@@ -368,7 +368,7 @@ jobs: |
368 | 368 |
|
369 | 369 | publish-rn: |
370 | 370 | name: Publish React Native |
371 | | - runs-on: macos-15-xlarge |
| 371 | + runs-on: macos-latest |
372 | 372 | needs: [publish-shared-maven] |
373 | 373 | env: |
374 | 374 | DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }} |
|
0 commit comments