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: jobs:
build-windows-2022: build-windows-2022:
runs-on: windows-2025 runs-on: windows-2022
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -35,7 +35,7 @@ jobs:
call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1 call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
run-torture: run-torture:
runs-on: windows-2025 runs-on: windows-2022
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -68,7 +68,7 @@ jobs:
call build meta raddbg_non_graphical || exit /b 1 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 call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1
cd build 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 - name: upload torture crash dumps
if: failure() if: failure()
uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v7