Skip to content

Commit 332d7ca

Browse files
committed
Update macOS version for CI workflows to macOS-26
1 parent a7edb0a commit 332d7ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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-26
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-26
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-26
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install swift-format

0 commit comments

Comments
 (0)