Skip to content

Commit dea479f

Browse files
authored
Merge pull request #4304 from anyproto/ios-5068-release-to-dev
Ios 5068 release to dev
2 parents 2d51616 + e4c8964 commit dea479f

13 files changed

+66
-51
lines changed

.github/WORKFLOWS_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The repository uses a **centralized auto-merge system** via the `automerge.yaml`
290290
| Runner | Xcode Version | Use Case |
291291
|--------|--------------|----------|
292292
| `macos-15` | Xcode 15.x (e.g., 15.4) | Legacy builds, older Xcode requirements |
293-
| `macos-26` | Xcode 26.0 | **Current standard** - All modern builds |
293+
| `macos-26` | Xcode 26.1 | **Current standard** - All modern builds |
294294
| `ubuntu-latest` | N/A | Utility jobs, scripts, API calls |
295295

296296
### Runner-Xcode Version Mapping
@@ -306,7 +306,7 @@ jobs:
306306
- name: Setup Xcode
307307
uses: maxim-lobanov/[email protected]
308308
with:
309-
xcode-version: '26.0'
309+
xcode-version: '26.1'
310310
```
311311
312312
### Reference Documentation

.github/workflows/branch_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Xcode
3737
uses: maxim-lobanov/[email protected]
3838
with:
39-
xcode-version: '26.0'
39+
xcode-version: '26.1'
4040

4141
- name: Download Middleware
4242
run: make setup-middle-ci

.github/workflows/dev_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Xcode
3838
uses: maxim-lobanov/[email protected]
3939
with:
40-
xcode-version: '26.0'
40+
xcode-version: '26.1'
4141

4242
- name: Download Middleware
4343
run: make setup-middle-ci

.github/workflows/ipa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Xcode
3131
uses: maxim-lobanov/[email protected]
3232
with:
33-
xcode-version: '26.0'
33+
xcode-version: '26.1'
3434

3535
- name: Download Middleware
3636
run: make setup-middle-ci

.github/workflows/license-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Xcode
3030
uses: maxim-lobanov/[email protected]
3131
with:
32-
xcode-version: '26.0'
32+
xcode-version: '26.1'
3333

3434
- name: Download Middleware
3535
run: make setup-middle-ci

.github/workflows/pr-review-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://github.com/actions/runner-images/tree/main/images/macos
2929

3030
### macOS Runner to Xcode Version Mapping
3131
- `macos-15`: Xcode 15.x (e.g., '15.4') - See https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
32-
- `macos-26`: Xcode 26.0 (at /Applications/Xcode_26.0.app) - See https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
32+
- `macos-26`: Xcode 26.1 (at /Applications/Xcode_26.1.app) - See https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
3333

3434
**VALIDATION RULE**: When reviewing xcode-version in workflows, verify it matches the runs-on runner version using the mapping above.
3535

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Xcode
3333
uses: maxim-lobanov/[email protected]
3434
with:
35-
xcode-version: '26.0'
35+
xcode-version: '26.1'
3636

3737
- name: Download Middleware
3838
run: make setup-middle-ci

.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Xcode
3636
uses: maxim-lobanov/[email protected]
3737
with:
38-
xcode-version: '26.0'
38+
xcode-version: '26.1'
3939

4040
- name: Download Middleware
4141
run: make setup-middle-ci

.github/workflows/test_fastlane_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- uses: maxim-lobanov/[email protected]
3030
with:
31-
xcode-version: '26.0'
31+
xcode-version: '26.1'
3232

3333
- name: Download Middleware
3434
run: make setup-middle-ci

.github/workflows/update_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Xcode
2929
uses: maxim-lobanov/[email protected]
3030
with:
31-
xcode-version: '26.0'
31+
xcode-version: '26.1'
3232

3333
- name: Download Middleware
3434
run: make setup-middle-ci

0 commit comments

Comments
 (0)