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:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -85,4 +85,4 @@ exit 1
|
||||
|
||||
:runpremake
|
||||
git submodule update --init --recursive
|
||||
%PREMAKE_BIN% %* vs2022
|
||||
%PREMAKE_BIN% %* vs2026
|
||||
|
||||
Reference in New Issue
Block a user