From 62f57b2496056b0f45ba471dbbb039c6ae125883 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 4 Nov 2025 09:12:57 -1000 Subject: [PATCH] Fix the macOS build --- .github/workflows/macos.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0ac76cec..f80eabd8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,13 +9,10 @@ jobs: build: strategy: matrix: - os: [macos-13, macos-14] + os: [macos-14] build_type: [Debug, Release] - std: [11, 17, 20] + std: [11, 17, 20, 23] shared: [""] - exclude: - - { os: macos-13, std: 11 } - - { os: macos-13, std: 17 } include: - os: macos-14 std: 23