From 637771c9f2b7e15b4e8a73bff5dad7841e0cc96b Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Thu, 24 Oct 2024 21:56:41 +0200 Subject: [PATCH] Try without config --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ef8221e..eee4538 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -36,7 +36,7 @@ jobs: run: cmake --build . --config ${{ matrix.build_type }} - working-directory: build/ - run: ctest --config ${{ matrix.build_type }} --output-on-failure + run: ctest --output-on-failure xcode-macos-13: strategy: