Skip to content

Commit d3a2bee

Browse files
feat: Add Xcode 26.2.0
1 parent 14cdabf commit d3a2bee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
arch:
256256
type: string
257257
macos:
258-
xcode: 26.1.1
258+
xcode: 26.2.0
259259
resource_class: m4pro.medium
260260
steps:
261261
- attach_workspace:

pkg/utils/executors.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ var ValidMachinePairs = []struct {
218218
}
219219

220220
var ValidXcodeVersions = []string{
221+
"26.2.0",
221222
"26.1.1",
222223
"26.0.1",
223224
"16.4.0",

0 commit comments

Comments
 (0)