From 5b0edcf6cf49978c71fbe1604abc408314e3df7b Mon Sep 17 00:00:00 2001 From: susmitamane Date: Thu, 4 Jul 2024 13:24:34 +0530 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7dccafe..6999e78 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,8 +14,13 @@ defaults: shell: bash {0} jobs: - test: - runs-on: [ 'macos-12', 'macos-13', 'macos-14'] + test-macos: + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: [ 'macos-12', 'macos-13', 'macos-14'] + try: ['0', '1', '2'] steps: - uses: actions/checkout@v4