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:
|
lint_vs_proj_files:
|
||||||
name: Lint VS Project Files
|
name: Lint VS Project Files
|
||||||
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
|
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
|
||||||
runs-on: windows-2019
|
runs-on: windows-2025
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
@ -12,7 +12,7 @@ on:
|
||||||
os:
|
os:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: windows-2022
|
default: windows-2025
|
||||||
platform:
|
platform:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue