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 7af00ac commit cdf426aCopy full SHA for cdf426a
app/server/verify_workflow.go
@@ -53,6 +53,7 @@ var (
53
// List below is from https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners.
54
var ubuntuRunners = map[string]bool{
55
"ubuntu-latest": true,
56
+ "ubuntu-24.04": true,
57
"ubuntu-22.04": true,
58
"ubuntu-20.04": true,
59
"ubuntu-18.04": true,
0 commit comments