Skip to content

Commit ccc0070

Browse files
authored
feat: Add Xcode 26.1.1 and 26.2.0 (#386)
1 parent a6fb080 commit ccc0070

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0
258+
xcode: 26.2.0
259259
resource_class: m4pro.medium
260260
steps:
261261
- attach_workspace:

pkg/utils/executors.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ var ValidMachinePairs = []struct {
218218
}
219219

220220
var ValidXcodeVersions = []string{
221-
"26.1.0",
221+
"26.2.0",
222+
"26.1.1",
222223
"26.0.1",
223224
"16.4.0",
224225
"16.3.0",

0 commit comments

Comments
 (0)