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
12 changes: 12 additions & 0 deletions github-workflows-kt/api/github-workflows-kt.api
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,14 @@ public final class io/github/typesafegithub/workflows/domain/RunnerType$Ubuntu24
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Ubuntu2404Arm;
}

public final class io/github/typesafegithub/workflows/domain/RunnerType$Ubuntu2604 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Ubuntu2604;
}

public final class io/github/typesafegithub/workflows/domain/RunnerType$Ubuntu2604Arm : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Ubuntu2604Arm;
}

public final class io/github/typesafegithub/workflows/domain/RunnerType$UbuntuLatest : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$UbuntuLatest;
}
Expand All @@ -509,6 +517,10 @@ public final class io/github/typesafegithub/workflows/domain/RunnerType$Windows1
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Windows11Arm;
}

public final class io/github/typesafegithub/workflows/domain/RunnerType$Windows11Vs2026Arm : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Windows11Vs2026Arm;
}

public final class io/github/typesafegithub/workflows/domain/RunnerType$Windows2022 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Windows2022;
}
Expand Down
Loading