diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index fba99f9..457ca51 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -58,12 +58,16 @@ jobs: # Test the architecture input parameter. test_arch: - runs-on: windows-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest, windows-latest] + sdk: [stable, beta, dev] steps: - uses: actions/checkout@v4 - uses: ./ with: - architecture: ia32 + architecture: arm64 - name: Run hello world run: |