This commit is contained in:
Nikita Smith
2026-06-02 12:10:04 -07:00
committed by Ryan Fleury
parent b23323c03d
commit a8c167c6ae
+3 -3
View File
@@ -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