From 3366d26d657d46cb10198dbd005105fffaca7743 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 7 Aug 2025 21:25:09 +0700 Subject: [PATCH] fix: test should run with windows-latest --- .github/workflows/jan-linter-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jan-linter-and-test.yml b/.github/workflows/jan-linter-and-test.yml index e2f437837..cfcfe78ed 100644 --- a/.github/workflows/jan-linter-and-test.yml +++ b/.github/workflows/jan-linter-and-test.yml @@ -134,7 +134,7 @@ jobs: test-on-windows-pr: if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'windows-latest' || 'WINDOWS-11' }} + runs-on: 'windows-latest' steps: - name: Getting the repo uses: actions/checkout@v3