From e5934ad1c6cfa30d2d741c252d80e8d9e4ad1935 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Tue, 5 Aug 2025 12:23:08 +0530 Subject: [PATCH] Updater available runners --- .github/workflows/lint.yml | 2 +- src/update/utils.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1940826..9df290f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -68,7 +68,7 @@ jobs: run: pnpm lint - name: Lint fix check run: | - pnpm lint --fix + pnpm lint-fix git diff --exit-code - name: Formatting check run: pnpm format-check diff --git a/src/update/utils.ts b/src/update/utils.ts index 51b431e..88cba32 100644 --- a/src/update/utils.ts +++ b/src/update/utils.ts @@ -15,6 +15,8 @@ enum Runner { MacOS13XLarge = 'macos-13-xlarge', MacOS12 = 'macos-12', MacOS12Large = 'macos-12-large', + Windows11Arm = 'windows-11-arm', + Windows2025 = 'windows-2025', Windows2022 = 'windows-2022', Windows2019 = 'windows-2019', }