From dfff924f5995bfe3cc657ce64421f900f702b795 Mon Sep 17 00:00:00 2001 From: Helmut Buhler Date: Sat, 25 Oct 2025 11:27:27 +0200 Subject: [PATCH] Use same windows version for replay-checker as build-toolchain. Also make name consistent with other ci jobs. --- .github/workflows/check-replays.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-replays.yml b/.github/workflows/check-replays.yml index 7fceb7dced..0f10f67d85 100644 --- a/.github/workflows/check-replays.yml +++ b/.github/workflows/check-replays.yml @@ -1,4 +1,4 @@ -name: check-replays +name: Check Replays permissions: contents: read @@ -23,7 +23,7 @@ on: jobs: build: name: ${{ inputs.preset }} - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 15 env: GAME_PATH: C:\GameData