Skip to content

Commit 961786d

Browse files
committed
ci: Use macos-15-arm64 runner
1 parent 16657ba commit 961786d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
deploy:
1212
name: Deploying to TestFlight
13-
runs-on: macOS-15
13+
runs-on: macOS-15-arm64
1414

1515
steps:
1616
- name: Checkout repository

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
jobs:
99
deploy:
1010
name: Deploying to App Store
11-
runs-on: macOS-15
11+
runs-on: macOS-15-arm64
1212

1313
steps:
1414
- name: Checkout repository

.github/workflows/test.yml

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

88
jobs:
99
Linting:
10-
runs-on: macOS-15
10+
runs-on: macOS-15-arm64
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install swift-format

0 commit comments

Comments
 (0)