From c821774b11571d83ab2edc923f4bbbc196ab2e2b Mon Sep 17 00:00:00 2001 From: Claus Klein Date: Sun, 10 Nov 2024 20:15:35 +0100 Subject: [PATCH] Update .github/workflows/ci_tests.yml Co-authored-by: River <26424577+wusatosi@users.noreply.github.com> --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index c55a1e3..cda090c 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -105,7 +105,7 @@ jobs: run: ctest --test-dir build --build-config Debug create-issue-when-fault: - runs-on: ubuntu-latest # 22.04 + runs-on: ubuntu-latest needs: [preset-test, test] if: failure() && github.event_name == 'schedule' steps: