mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user