Skip to content

Commit

Permalink
fix: update xcode versions (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelivas authored Nov 28, 2023
1 parent c16250d commit 8c75190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ node_modules
coverage
/reports
__debug_bin
report.xml
report.xml
.idea
6 changes: 1 addition & 5 deletions pkg/parser/validate/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ func (val Validate) validateSingleExecutor(executor ast.Executor) {
// MacOSExecutor

var ValidXCodeVersions = []string{
"15.1.0",
"15.0.0",
"14.3.1",
"14.2.0",
"14.1.0",
"14.0.1",
"13.4.1",
"13.3.1",
"13.2.1",
"13.1.0",
"13.0.0",
"12.5.1",
"11.7.0",
}

var ValidMacOSResourceClasses = []string{
Expand Down
2 changes: 1 addition & 1 deletion pkg/parser/validate/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ workflows:
executors:
macos-ios-executor:
macos:
xcode: "13.2.1"
xcode: "15.1.0"
resource_class: large`,
Diagnostics: []protocol.Diagnostic{
utils.CreateErrorDiagnosticFromRange(protocol.Range{
Expand Down

0 comments on commit 8c75190

Please sign in to comment.