Skip to content

Commit c832ffe

Browse files
committed
ci: run simulator jobs with xcode 26
1 parent febb7a4 commit c832ffe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Rust lint and unit tests
1919
runs-on: macos-15
2020
env:
21-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
21+
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124124
name: Build integration artifacts
125125
runs-on: macos-15
126126
env:
127-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
127+
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
128128

129129
steps:
130130
- uses: actions/checkout@v4
@@ -184,7 +184,7 @@ jobs:
184184
name: CLI simulator integration
185185
runs-on: macos-15
186186
env:
187-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
187+
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
188188
needs:
189189
- rust
190190
- client
@@ -216,7 +216,7 @@ jobs:
216216
name: JS API simulator integration
217217
runs-on: macos-15
218218
env:
219-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
219+
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
220220
needs:
221221
- rust
222222
- client
@@ -247,7 +247,7 @@ jobs:
247247
runs-on: macos-15
248248
timeout-minutes: 20
249249
env:
250-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
250+
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
251251
needs:
252252
- rust
253253
- client

0 commit comments

Comments
 (0)