Skip to content

Commit

Permalink
Update stacks to latest Monolith values
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise committed Jun 28, 2021
1 parent 91ffb7f commit 634e982
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phases/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (

var defaultStacks = map[string]string{
"xamarin": "osx-vs4mac-stable",
"cordova": "osx-xcode-11.7.x",
"react-native": "osx-xcode-11.7.x",
"ionic": "osx-xcode-11.7.x",
"flutter": "osx-xcode-11.7.x",
"android": "linux-docker-android",
"macos": "osx-xcode-11.7.x",
"ios": "osx-xcode-11.7.x",
"cordova": "osx-xcode-12.4.x",
"react-native": "osx-xcode-12.4.x",
"ionic": "osx-xcode-12.4.x",
"flutter": "osx-xcode-12.4.x",
"android": "linux-docker-android-20.04",
"macos": "osx-xcode-12.4.x",
"ios": "osx-xcode-12.4.x",
}

// Stack returns the selected stack for the project or an error
Expand Down

0 comments on commit 634e982

Please sign in to comment.