We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fb080 commit ccc0070Copy full SHA for ccc0070
.circleci/config.yml
@@ -255,7 +255,7 @@ jobs:
255
arch:
256
type: string
257
macos:
258
- xcode: 26.1.0
+ xcode: 26.2.0
259
resource_class: m4pro.medium
260
steps:
261
- attach_workspace:
pkg/utils/executors.go
@@ -218,7 +218,8 @@ var ValidMachinePairs = []struct {
218
}
219
220
var ValidXcodeVersions = []string{
221
- "26.1.0",
+ "26.2.0",
222
+ "26.1.1",
223
"26.0.1",
224
"16.4.0",
225
"16.3.0",
0 commit comments