From c1968b311498cf6e0939aac0f44f849bbffe40a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 9 Nov 2025 23:13:57 +0100 Subject: [PATCH] More tsan builds --- .github/workflows/mac-other-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac-other-builds.yml b/.github/workflows/mac-other-builds.yml index 4be74b64..24262129 100644 --- a/.github/workflows/mac-other-builds.yml +++ b/.github/workflows/mac-other-builds.yml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - image: [macos-13] - build_type: [Debug] + image: [macos-13, macos-14] + build_type: [Debug, Release] std: [14, 17] steps: