From 8e21e030b0c87ec77c4ac0af607c9146d46fb32a Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Sun, 25 May 2025 09:16:15 -0500 Subject: [PATCH] x --- .github/workflows/macos-latest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml index a6ac506..9180a5b 100644 --- a/.github/workflows/macos-latest.yml +++ b/.github/workflows/macos-latest.yml @@ -18,6 +18,8 @@ jobs: # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: macos-latest + continue-on-error: true + steps: - uses: actions/checkout@v3 @@ -61,7 +63,6 @@ jobs: - name: Build # Build your program with the given configuration - continue-on-error: true run: | cd src cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1