From 206e864bedcca85b90a38964006d33c9816c5ae0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 21 Jul 2025 18:45:00 +0100 Subject: [PATCH] Downgrade GitHub Actions runners to windows-2022 So that the builds run on a Windows 10 equivalent, helping test compatibility with it. --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c81b2c0..c601ddaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f27a2746..ce6adeb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: