Skip to content

Commit cdf426a

Browse files
Add support for ubuntu-24.04 runner (#637)
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 7af00ac commit cdf426a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/server/verify_workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ var (
5353
// List below is from https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners.
5454
var ubuntuRunners = map[string]bool{
5555
"ubuntu-latest": true,
56+
"ubuntu-24.04": true,
5657
"ubuntu-22.04": true,
5758
"ubuntu-20.04": true,
5859
"ubuntu-18.04": true,

0 commit comments

Comments
 (0)