Skip to content

Commit 22482dd

Browse files
committed
[Infra] Build with Xcode 26.1
1 parent 106e9f8 commit 22482dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
xcode: Xcode_16.2
9797
platform: iOS
9898
- os: macos-26
99-
xcode: Xcode_26.0
99+
xcode: Xcode_26.1
100100
platform: iOS
101101
runs-on: ${{ matrix.os }}
102102
steps:

.github/workflows/firebaseai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
xcode: Xcode_16.4
4747
- os: macos-26
4848
target: iOS
49-
xcode: Xcode_26.0
49+
xcode: Xcode_26.1
5050
runs-on: ${{ matrix.os }}
5151
needs: spm
5252
env:
@@ -88,7 +88,7 @@ jobs:
8888
- os: macos-15
8989
xcode: Xcode_16.4
9090
- os: macos-26
91-
xcode: Xcode_26.0
91+
xcode: Xcode_26.1
9292
runs-on: ${{ matrix.os }}
9393
env:
9494
BRANCH_NAME: ${{ github.head_ref || github.ref_name || 'main' }}

0 commit comments

Comments
 (0)