From 0999e2e42c8c8da3e25ae6d82edf670d9c5ee6a4 Mon Sep 17 00:00:00 2001 From: David Haim <59602013+David-Haim@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:16:04 +0300 Subject: [PATCH 1/2] Update test_matrix.json --- .github/workflows/test_matrix.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_matrix.json b/.github/workflows/test_matrix.json index 5a6ece68..bae5a377 100644 --- a/.github/workflows/test_matrix.json +++ b/.github/workflows/test_matrix.json @@ -285,5 +285,13 @@ "tsan": false, "shared": true, "name" : "macos-12, gcc-13, libstdc++-13, shared=true, tsan=false" + }, + { + "os": "macos-12", + "gcc-version": 13, + "stdlib": "libstdc++", + "tsan": true, + "shared": false, + "name" : "macos-12, gcc-13, libstdc++-13, shared=true, tsan=false" } -] \ No newline at end of file +] From 18fd76383adc2e252d152cdee22b1b56507f64db Mon Sep 17 00:00:00 2001 From: David Haim <59602013+David-Haim@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:28:58 +0300 Subject: [PATCH 2/2] Update test_matrix.json --- .github/workflows/test_matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_matrix.json b/.github/workflows/test_matrix.json index bae5a377..d0155eca 100644 --- a/.github/workflows/test_matrix.json +++ b/.github/workflows/test_matrix.json @@ -292,6 +292,6 @@ "stdlib": "libstdc++", "tsan": true, "shared": false, - "name" : "macos-12, gcc-13, libstdc++-13, shared=true, tsan=false" + "name" : "macos-12, gcc-13, libstdc++-13, shared=false, tsan=true" } ]