diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5afc429..bda3eaa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,10 @@ on: [push] jobs: coder_cli: - runs-on: macos-latest + strategy: + matrix: + os: [macos-latest, ubuntu-latest] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - run: brew install --build-from-source ./coder.rb