2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-02-10 17:43:03 +00:00

Merge pull request #673 from Laupetin/chore/vs2026

chore: use VS2026 when compiling on Windows
This commit is contained in:
Jan
2026-02-06 09:54:28 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ jobs:
- build_arch: x64
msbuild_config: x64
name: Build-Test Windows ${{ matrix.build_arch }}
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Install node
uses: actions/setup-node@v6

View File

@@ -50,7 +50,7 @@ jobs:
${{ github.workspace }}/build/bin/Release_x86
build-release-windows:
runs-on: windows-latest
runs-on: windows-2025-vs2026
steps:
- name: Checkout repository
uses: actions/checkout@v6

View File

@@ -85,4 +85,4 @@ exit 1
:runpremake
git submodule update --init --recursive
%PREMAKE_BIN% %* vs2022
%PREMAKE_BIN% %* vs2026