Skip to content

Commit 19b83bd

Browse files
committed
Revert "Test changing to bigger runner, just to quantify the impact. Almost certainly will not keep this change"
This reverts commit 9eb93e5.
1 parent 1a86d6d commit 19b83bd

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/_build-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build-shared:
1515
name: Build Shared
16-
runs-on: macos-15-xlarge
16+
runs-on: macos-latest
1717

1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
generate-android-docs:
2323
name: Generate Android Docs
24-
runs-on: macos-15-xlarge
24+
runs-on: macos-latest
2525
needs: build-shared
2626

2727
steps:
@@ -64,7 +64,7 @@ jobs:
6464

6565
generate-ios-docs:
6666
name: Generate iOS Docs
67-
runs-on: macos-15-xlarge
67+
runs-on: macos-latest
6868
needs: build-shared
6969

7070
steps:

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
publish-shared-maven:
2828
name: Publish Shared to Maven Central
29-
runs-on: macos-15-xlarge
29+
runs-on: macos-latest
3030
needs: build-shared
3131
env:
3232
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
publish-sdks-maven:
6262
name: Publish SDKs to Maven Central
63-
runs-on: macos-15-xlarge
63+
runs-on: macos-latest
6464
needs: build-shared
6565
env:
6666
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }}
@@ -120,7 +120,7 @@ jobs:
120120
121121
build-consumer-xcframework:
122122
name: Build Consumer XCFramework
123-
runs-on: macos-15-xlarge
123+
runs-on: macos-latest
124124
needs: build-shared
125125

126126
steps:
@@ -174,7 +174,7 @@ jobs:
174174

175175
build-b2b-xcframework:
176176
name: Build B2B XCFramework
177-
runs-on: macos-15-xlarge
177+
runs-on: macos-latest
178178
needs: build-shared
179179

180180
steps:
@@ -228,7 +228,7 @@ jobs:
228228

229229
package-and-release-ios:
230230
name: Package and Release iOS
231-
runs-on: macos-15-xlarge
231+
runs-on: macos-latest
232232
needs: [build-consumer-xcframework, build-b2b-xcframework]
233233
env:
234234
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }}
@@ -368,7 +368,7 @@ jobs:
368368
369369
publish-rn:
370370
name: Publish React Native
371-
runs-on: macos-15-xlarge
371+
runs-on: macos-latest
372372
needs: [publish-shared-maven]
373373
env:
374374
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == true }}

.github/workflows/qc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
check-sdks:
4747
name: Lint & Test (Consumer & B2B)
48-
runs-on: macos-15-xlarge
48+
runs-on: macos-latest
4949
needs: build-shared
5050
steps:
5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -90,7 +90,7 @@ jobs:
9090

9191
check-ios-simulator:
9292
name: Test (iOS Simulator)
93-
runs-on: macos-15-xlarge
93+
runs-on: macos-latest
9494
steps:
9595
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9696

@@ -158,7 +158,7 @@ jobs:
158158

159159
check-swift-utils:
160160
name: Test (StytchSwiftUtils)
161-
runs-on: macos-15-xlarge
161+
runs-on: macos-latest
162162
steps:
163163
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164164

0 commit comments

Comments
 (0)