Skip to content

Commit 24ab27a

Browse files
use xcode 26.4 in ci
1 parent 571f2a0 commit 24ab27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildTool/BuildTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct GenerateMatrices: ParsableCommand {
134134
)
135135

136136
mutating func run() throws {
137-
let tooling = ["26.2"].map { xcodeVersion in
137+
let tooling = ["26.2", "26.4"].map { xcodeVersion in
138138
[
139139
"xcodeVersion": xcodeVersion,
140140
]

0 commit comments

Comments
 (0)