From a8c167c6ae2549efc831c79b9b4bb0577c5ee45d Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Tue, 5 May 2026 18:45:54 -0700 Subject: [PATCH] builds --- .github/workflows/builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index e3e54643..c2b83301 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -10,7 +10,7 @@ on: jobs: build-windows-2022: - runs-on: windows-2025 + runs-on: windows-2022 strategy: fail-fast: false matrix: @@ -35,7 +35,7 @@ jobs: call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1 run-torture: - runs-on: windows-2025 + runs-on: windows-2022 strategy: fail-fast: false matrix: @@ -68,7 +68,7 @@ jobs: call build meta raddbg_non_graphical || exit /b 1 call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1 cd build - torture --gen_crash_dump -s:Dbg::* || exit /b 1 + torture --gen_crash_dump -s:Dbg* || exit /b 1 - name: upload torture crash dumps if: failure() uses: actions/upload-artifact@v7