From 784e82821909595a7576cad34a0e7356616c3186 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 8 Aug 2024 20:24:43 +0200 Subject: [PATCH] Enforce C++ compiler when building test binaries in CI too --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 48971b16..43750562 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -74,7 +74,7 @@ jobs: - name: Run tests shell: bash run: | - test/run-tests.sh + CXX=${{ matrix.cxx }} test/run-tests.sh macos-static: strategy: