fix: test should run with windows-latest

This commit is contained in:
Louis 2025-08-07 21:25:09 +07:00
parent 010f0091b9
commit 3366d26d65
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -134,7 +134,7 @@ jobs:
test-on-windows-pr: test-on-windows-pr:
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' 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: steps:
- name: Getting the repo - name: Getting the repo
uses: actions/checkout@v3 uses: actions/checkout@v3