chore: use windows-latest for testing

This commit is contained in:
Louis 2025-01-01 14:27:53 +07:00
parent e321e482b6
commit e9958df2c8
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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