From 2a1cdc444d811eaff72ff6cbc9547024ba789752 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:28:15 +0100 Subject: [PATCH 1/5] feat(github-runners): add macOS 12 large and 13 large --- lib/modules/datasource/github-runners/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index 0d33ddc0f172c3..6d0196e11b2958 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -12,8 +12,10 @@ export class GithubRunnersDatasource extends Datasource { ubuntu: [{ version: '22.04' }, { version: '20.04' }, { version: '18.04' }], macos: [ { version: '13' }, + { version: '13-l' }, { version: '13-xl' }, { version: '12' }, + { version: '12-l' }, { version: '12-xl' }, { version: '11' }, { version: '10.15' }, From 3ac094cea87b0fd4e5b8b1ed93cc45ce00e9fbf7 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:59:52 +0000 Subject: [PATCH 2/5] Run Prettier --- lib/modules/datasource/github-runners/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index 6d0196e11b2958..ea4fa2dafb9903 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -15,7 +15,7 @@ export class GithubRunnersDatasource extends Datasource { { version: '13-l' }, { version: '13-xl' }, { version: '12' }, - { version: '12-l' }, + { version: '12-l' }, { version: '12-xl' }, { version: '11' }, { version: '10.15' }, From 445061da0c5a8e246129136b7aab75ee7adc69c8 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:45:36 +0100 Subject: [PATCH 3/5] Update index.ts Co-authored-by: Michael Kriese --- lib/modules/datasource/github-runners/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index ea4fa2dafb9903..9fc6d3dba20bd3 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -15,8 +15,7 @@ export class GithubRunnersDatasource extends Datasource { { version: '13-l' }, { version: '13-xl' }, { version: '12' }, - { version: '12-l' }, - { version: '12-xl' }, + { version: '12-large' }, { version: '11' }, { version: '10.15' }, ], From c4465c77167680236d9feb56305d1d284733f442 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:45:41 +0100 Subject: [PATCH 4/5] Update index.ts Co-authored-by: Michael Kriese --- lib/modules/datasource/github-runners/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index 9fc6d3dba20bd3..4c0a2f962d5f74 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -13,7 +13,7 @@ export class GithubRunnersDatasource extends Datasource { macos: [ { version: '13' }, { version: '13-l' }, - { version: '13-xl' }, + { version: '13-xlarge' }, { version: '12' }, { version: '12-large' }, { version: '11' }, From 3c23ebef1d03ee88ea513ba512a66e168c79acca Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:45:46 +0100 Subject: [PATCH 5/5] Update index.ts Co-authored-by: Michael Kriese --- lib/modules/datasource/github-runners/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/datasource/github-runners/index.ts b/lib/modules/datasource/github-runners/index.ts index 4c0a2f962d5f74..ef59998b4c2b6e 100644 --- a/lib/modules/datasource/github-runners/index.ts +++ b/lib/modules/datasource/github-runners/index.ts @@ -12,7 +12,7 @@ export class GithubRunnersDatasource extends Datasource { ubuntu: [{ version: '22.04' }, { version: '20.04' }, { version: '18.04' }], macos: [ { version: '13' }, - { version: '13-l' }, + { version: '13-large' }, { version: '13-xlarge' }, { version: '12' }, { version: '12-large' },