diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index 0aabfee..247d039 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -12,7 +12,10 @@ permissions: jobs: test: name: Build & Test - runs-on: [ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest] timeout-minutes: 15 steps: - uses: actions/checkout@v4