From 910f6fd12893716e23af5c61f4100ae500763e35 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Fri, 18 Aug 2023 10:18:32 +1200 Subject: [PATCH] Add macos test configuration --- .github/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6f2169c..2e140ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,11 +52,15 @@ jobs: if: always() && steps.install.outcome == 'success' test: - runs-on: ubuntu-latest strategy: fail-fast: false matrix: + os: [ ubuntu-latest ] sdk: [ 2.14.0, stable, dev ] + include: + - os: macos-latest + sdk: stable + runs-on: ${{ matrix.os }} steps: - uses: dart-lang/setup-dart@v1.0 with: