Project updated to VS 2026

This commit is contained in:
bitcookies
2026-08-07 21:40:42 +08:00
parent 1db88c1ca6
commit 044faee5e1
7 changed files with 26 additions and 24 deletions
+6 -6
View File
@@ -34,7 +34,7 @@ jobs:
windows-x64:
if: ${{ inputs.windows_x64 }}
name: Windows x64
runs-on: windows-2022
runs-on: windows-2025
steps:
- uses: actions/checkout@v7.0.0
@@ -46,7 +46,7 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v3
with:
vs-version: '[17.0,18.0)'
vs-version: '[18.0,19.0)'
msbuild-architecture: x64
- name: Configure vcpkg
@@ -118,7 +118,7 @@ jobs:
windows-x86:
if: ${{ inputs.windows_x86 }}
name: Windows x86
runs-on: windows-2022
runs-on: windows-2025
steps:
- uses: actions/checkout@v7.0.0
@@ -130,7 +130,7 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v3
with:
vs-version: '[17.0,18.0)'
vs-version: '[18.0,19.0)'
msbuild-architecture: x64
- name: Configure vcpkg
@@ -202,7 +202,7 @@ jobs:
windows-arm64:
if: ${{ inputs.windows_arm64 }}
name: Windows ARM64
runs-on: windows-2022
runs-on: windows-2025
steps:
- uses: actions/checkout@v7.0.0
@@ -214,7 +214,7 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v3
with:
vs-version: '[17.0,18.0)'
vs-version: '[18.0,19.0)'
msbuild-architecture: x64
- name: Configure vcpkg
+1 -1
View File
@@ -22,7 +22,7 @@ on:
jobs:
keygen:
name: Generating License (${{ github.event.inputs.KEY_ENCODING }})
runs-on: windows-2022
runs-on: windows-2025
env:
KEY_ENCODING: ${{ github.event.inputs.KEY_ENCODING }}
KEY_USERNAME: ${{ github.event.inputs.KEY_USERNAME }}
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs:
keygen:
name: Generating License (${{ github.event.inputs.KEY_ENCODING }})
runs-on: windows-2022
runs-on: windows-2025
env:
KEY_ENCODING: ${{ github.event.inputs.KEY_ENCODING }}
KEY_USERNAME: ${{ secrets.TEXT1 }}