Skip to content

Commit 72f2857

Browse files
authored
Merge pull request #88475 from Expensify/rory-blacksmith-macos-runners
Migrate all macOS GitHub runners to blacksmith-12vcpu-macos-latest
2 parents c871c1f + 0301be6 commit 72f2857

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/buildIOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
jobs:
5252
build:
5353
name: Build iOS HybridApp
54-
runs-on: macos-15-xlarge
54+
runs-on: blacksmith-12vcpu-macos-latest
5555
env:
5656
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
5757
PULL_REQUEST_NUMBER: ${{ inputs.pull-request-number }}

.github/workflows/createNewVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141

4242
jobs:
4343
createNewVersion:
44-
runs-on: macos-latest
44+
runs-on: blacksmith-6vcpu-macos-latest
4545
outputs:
4646
NEW_VERSION: ${{ steps.bumpVersion.outputs.NEW_VERSION }}
4747
steps:

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
iosUploadTestflight:
316316
name: Upload iOS to TestFlight
317317
needs: [prep, iosBuild]
318-
runs-on: macos-15-xlarge
318+
runs-on: blacksmith-12vcpu-macos-latest
319319
if: ${{ fromJSON(needs.prep.outputs.SHOULD_BUILD_NATIVE) }}
320320
env:
321321
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
@@ -395,7 +395,7 @@ jobs:
395395
iosSubmit:
396396
name: Submit iOS for production rollout
397397
needs: [prep, iosBuild, iosUploadTestflight]
398-
runs-on: macos-15-xlarge
398+
runs-on: blacksmith-12vcpu-macos-latest
399399
if: ${{ always() && !cancelled() && github.ref == 'refs/heads/production' && needs.iosBuild.result != 'failure' && needs.iosUploadTestflight.result != 'failure' }}
400400
env:
401401
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer

.github/workflows/remote-build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build:
21-
runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }}
21+
runs-on: ${{ github.repository_owner == 'Expensify' && 'blacksmith-12vcpu-macos-latest' || 'macos-latest' }}
2222
env:
2323
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
2424
strategy:

.github/workflows/syncVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
syncVersions:
13-
runs-on: macos-latest
13+
runs-on: blacksmith-6vcpu-macos-latest
1414
steps:
1515
- name: Check out
1616
# v6

.github/workflows/verifyParserFiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
verify:
1212
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
13-
runs-on: macos-latest
13+
runs-on: blacksmith-6vcpu-macos-latest
1414
steps:
1515
- name: Checkout
1616
# v6

.github/workflows/verifyPodfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
verify:
1414
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
15-
runs-on: macos-latest
15+
runs-on: blacksmith-6vcpu-macos-latest
1616
steps:
1717
- name: Checkout
1818
# v6

0 commit comments

Comments
 (0)