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 a1f1d51 commit b601b8bCopy full SHA for b601b8b
cmd/ci/main.go
@@ -24,8 +24,8 @@ var (
24
linux_x64_xlarge = []string{"self-hosted", "linux", "x64", "xlarge"}
25
linux_arm64_2xlarge = []string{"self-hosted", "linux", "arm64", "2xlarge"}
26
linux_arm64_xlarge = []string{"self-hosted", "linux", "arm64", "xlarge"}
27
- linux_x64 = []string{"self-hosted", "linux", "x64"}
28
- linux_arm64 = []string{"self-hosted", "linux", "arm64"}
+ linux_x64 = []string{"ubuntu-latest"}
+ linux_arm64 = []string{"ubuntu-24.04-arm"}
29
)
30
31
type TestGroupMetadata struct {
0 commit comments