diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3570a30..423acc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: macos: strategy: + fail-fast: false matrix: os: [ macOS-13, macOS-14 ] runs-on: ${{matrix.os}}