mirror of https://github.com/PCSX2/pcsx2.git
CI/Windows: Use Windows Server 2025
This commit is contained in:
parent
14ac653e45
commit
d7e1350b95
|
@ -13,7 +13,7 @@ jobs:
|
|||
lint_vs_proj_files:
|
||||
name: Lint VS Project Files
|
||||
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2025
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -12,7 +12,7 @@ on:
|
|||
os:
|
||||
required: false
|
||||
type: string
|
||||
default: windows-2022
|
||||
default: windows-2025
|
||||
platform:
|
||||
required: false
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue