fix: update continue-on-error condition in CI workflow and add macOS RelWithDebInfo build preset

This commit is contained in:
Aaron Kimbrell
2026-06-02 00:09:45 -05:00
parent f7b35caf36
commit 3a01b2bce4
2 changed files with 11 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
build-and-test:
name: Build & Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
continue-on-error: ${{ github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/v') }}
continue-on-error: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
include: