From e9958df2c8ffc55f4cfc7137486839ed54370b12 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 1 Jan 2025 14:27:53 +0700 Subject: [PATCH] chore: use windows-latest for testing --- .github/workflows/jan-electron-linter-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jan-electron-linter-and-test.yml b/.github/workflows/jan-electron-linter-and-test.yml index 316f2221b..6cfb5b4a7 100644 --- a/.github/workflows/jan-electron-linter-and-test.yml +++ b/.github/workflows/jan-electron-linter-and-test.yml @@ -184,7 +184,7 @@ jobs: test-on-windows-pr: if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'workflow_dispatch' - runs-on: windows-desktop-default-windows-security + runs-on: windows-latest steps: - name: Getting the repo uses: actions/checkout@v3