Downgrade GitHub Actions runners to windows-2022

So that the builds run on a Windows 10 equivalent, helping test compatibility with it.
This commit is contained in:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent 3e29f174e4
commit 206e864bed
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -36,12 +36,12 @@ jobs:
strategy:
matrix:
target:
- os: windows-2025
- os: windows-2022
platform: Win32
triple: i686-pc-windows-msvc
architecture: x86
- os: windows-2025
- os: windows-2022
platform: x64
triple: x86_64-pc-windows-msvc
architecture: x64
@@ -96,12 +96,12 @@ jobs:
strategy:
matrix:
target:
- os: windows-2025
- os: windows-2022
platform: Win32
triple: i686-pc-windows-msvc
architecture: x86
- os: windows-2025
- os: windows-2022
platform: x64
triple: x86_64-pc-windows-msvc
architecture: x64
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- [Metadata Syntax](https://loot-api.readthedocs.io/en/latest/metadata/changelog.html)
windows:
runs-on: windows-2025
runs-on: windows-2022
needs: create_release
strategy: