CI/Windows: Use Windows Server 2025

This commit is contained in:
JordanTheToaster 2024-12-27 11:13:58 +00:00 committed by lightningterror
parent 14ac653e45
commit d7e1350b95
2 changed files with 2 additions and 2 deletions

View File

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

View File

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