Skip to content

Commit

Permalink
fix(cicd): add ubuntu-24.04 image for GitHubActions (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored and matkoch committed Jul 3, 2024
1 parent 49bc2d2 commit 5f15353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Nuke.Common/CI/GitHubActions/GitHubActionsImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public enum GitHubActionsImage
{
[EnumValue("windows-2022")] WindowsServer2022,
[EnumValue("windows-2019")] WindowsServer2019,
[EnumValue("ubuntu-24.04")] Ubuntu2404,
[EnumValue("ubuntu-22.04")] Ubuntu2204,
[EnumValue("ubuntu-20.04")] Ubuntu2004,
[EnumValue("ubuntu-18.04")] Ubuntu1804,
Expand Down

0 comments on commit 5f15353

Please sign in to comment.