Skip to content

Commit 5d200e6

Browse files
committed
ci: use Xcode 26.0.1 for all builds
1 parent 2ba4bad commit 5d200e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
example:
6767
runs-on: macos-15
6868
env:
69-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
69+
DEVELOPER_DIR: /Applications/Xcode_26.0.1.app/Contents/Developer
7070
strategy:
7171
fail-fast: false
7272
matrix:
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
xcode: ["16.4", "15.4"]
96+
xcode: ["26.0.1", "16.4", "15.4"]
9797
platform: [iphoneos, iphonesimulator]
9898
arch: [x86_64, arm64]
9999
exclude:
@@ -129,10 +129,11 @@ jobs:
129129
cocoapods:
130130
runs-on: macos-15
131131
env:
132-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
132+
DEVELOPER_DIR: /Applications/Xcode_26.0.1.app/Contents/Developer
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: "CocoaPods: pod lib lint"
136136
run: pod lib lint --allow-warnings --verbose
137137
- name: "CocoaPods: pod spec lint"
138138
run: pod spec lint --allow-warnings --verbose
139+

0 commit comments

Comments
 (0)