From f70a185450ddbccdd3909cf914f7000938c1fcc8 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 5 Oct 2023 20:58:00 +0200 Subject: [PATCH] wip --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 59a651e60..6c5a6e36b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,9 +5,9 @@ on: [push, pull_request] jobs: build-macos: name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}} - runs-on: macos-13 + runs-on: macos-12 strategy: - fail-fast: true + fail-fast: false matrix: std: [14, 17, 20] include: