Skip to content

Commit

Permalink
Add macos-14 to GitHub Actions images
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Feb 3, 2024
1 parent 59bdf80 commit a541404
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 @@ -20,6 +20,7 @@ public enum GitHubActionsImage
[EnumValue("ubuntu-22.04")] Ubuntu2204,
[EnumValue("ubuntu-20.04")] Ubuntu2004,
[EnumValue("ubuntu-18.04")] Ubuntu1804,
[EnumValue("macos-14")] MacOs14,
[EnumValue("macos-12")] MacOs12,
[EnumValue("macos-11")] MacOs11,
[EnumValue("macos-10.15")] MacOs1015,
Expand Down

0 comments on commit a541404

Please sign in to comment.