diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81b821c93c..ccef77a78d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,12 +34,11 @@ jobs: test: name: Test Suite - # runs-on: ${{ matrix.os }} - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false - # matrix: - # os: [ ubuntu-latest, macos-latest, windows-latest ] + matrix: + os: [ ubuntu-latest, macos-latest, windows-latest ] steps: # Clean unnecessary files to save disk space - name: clean unnecessary files to save space