Skip to content

Commit

Permalink
Add support for ubuntu-24.04 runner (#637)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored May 27, 2024
1 parent 7af00ac commit cdf426a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/server/verify_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var (
// List below is from https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners.
var ubuntuRunners = map[string]bool{
"ubuntu-latest": true,
"ubuntu-24.04": true,
"ubuntu-22.04": true,
"ubuntu-20.04": true,
"ubuntu-18.04": true,
Expand Down

0 comments on commit cdf426a

Please sign in to comment.