Skip to content

Commit

Permalink
fix: add support for xcode version 15.0.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelDriowya authored Nov 7, 2023
1 parent 24efc32 commit ed5fce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/parser/validate/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (val Validate) validateSingleExecutor(executor ast.Executor) {
// MacOSExecutor

var ValidXCodeVersions = []string{
"15.0.0",
"14.3.1",
"14.2.0",
"14.1.0",
Expand Down

0 comments on commit ed5fce9

Please sign in to comment.