Skip to content

Commit 481c839

Browse files
fix: add new xcode versions (#278)
1 parent cf24e71 commit 481c839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/parser/validate/executor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ func (val Validate) validateSingleExecutor(executor ast.Executor) {
3939
// MacOSExecutor
4040

4141
var ValidXCodeVersions = []string{
42+
"15.3.0",
43+
"15.2.0",
4244
"15.1.0",
4345
"15.0.0",
4446
"14.3.1",

0 commit comments

Comments
 (0)