We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236dbea commit b9ec79cCopy full SHA for b9ec79c
dashboard/builders.go
@@ -2092,13 +2092,13 @@ func init() {
2092
})
2093
addBuilder(BuildConfig{
2094
Name: "darwin-amd64-nocgo",
2095
- HostType: "host-darwin-10_14",
+ HostType: "host-darwin-10_15",
2096
shouldRunDistTest: noTestDir,
2097
env: []string{"CGO_ENABLED=0"},
2098
2099
2100
Name: "darwin-amd64-race",
2101
2102
shouldRunDistTest: macTestPolicy,
2103
buildsRepo: onlyGo,
2104
0 commit comments