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: