You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(library)!: rename classes for Mac OS runners to be derived from labels (#2347)
Part of
#2343.
Thanks to this change, there are clear rules how to derive runners'
class names based on the runner label, and it will be easier to maintain
the evolving collection of supported runners.
Copy file name to clipboardExpand all lines: github-workflows-kt/api/github-workflows-kt.api
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -457,16 +457,16 @@ public final class io/github/typesafegithub/workflows/domain/RunnerType$Labelled
457
457
public fun toString ()Ljava/lang/String;
458
458
}
459
459
460
-
public final class io/github/typesafegithub/workflows/domain/RunnerType$MacOS1015 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
461
-
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$MacOS1015;
460
+
public final class io/github/typesafegithub/workflows/domain/RunnerType$Macos1015 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
461
+
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Macos1015;
462
462
}
463
463
464
-
public final class io/github/typesafegithub/workflows/domain/RunnerType$MacOS11 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
465
-
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$MacOS11;
464
+
public final class io/github/typesafegithub/workflows/domain/RunnerType$Macos11 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
465
+
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$Macos11;
466
466
}
467
467
468
-
public final class io/github/typesafegithub/workflows/domain/RunnerType$MacOSLatest : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
469
-
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$MacOSLatest;
468
+
public final class io/github/typesafegithub/workflows/domain/RunnerType$MacosLatest : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
469
+
public static final field INSTANCE Lio/github/typesafegithub/workflows/domain/RunnerType$MacosLatest;
470
470
}
471
471
472
472
public final class io/github/typesafegithub/workflows/domain/RunnerType$Ubuntu1804 : io/github/typesafegithub/workflows/domain/RunnerType$GitHubHosted {
0 commit comments