Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ public sealed interface RunnerType {

public object Windows11Arm : GitHubHosted("windows-11-arm")

public object Windows11Vs2026Arm : GitHubHosted("windows-11-vs2026-arm")

// Ubuntu runners
public object UbuntuSlim : GitHubHosted("ubuntu-slim")

public object Ubuntu2604 : GitHubHosted("ubuntu-26.04")

public object Ubuntu2604Arm : GitHubHosted("ubuntu-26.04-arm")

public object Ubuntu2404 : GitHubHosted("ubuntu-24.04")

public object Ubuntu2404Arm : GitHubHosted("ubuntu-24.04-arm")
Expand Down
Loading