From 6a384b93bdcf095e5f0c30a59bd4175b2c41a2cd Mon Sep 17 00:00:00 2001 From: Mikhail Kornilovich Date: Tue, 10 Feb 2026 10:52:03 +0300 Subject: [PATCH] test --- .gitea/workflows/heavy_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/heavy_test.yaml b/.gitea/workflows/heavy_test.yaml index f408dc4..e8c58c7 100644 --- a/.gitea/workflows/heavy_test.yaml +++ b/.gitea/workflows/heavy_test.yaml @@ -3,10 +3,11 @@ on: [push] jobs: parallel-builds: - runs-on: [linux, windows] strategy: matrix: task_id: [1, 2, 3, 4, 5, 6, 7, 8] + os_label: [linux, windows] + runs-on: ${{ matrix.os_label }} steps: - uses: actions/checkout@v4