diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25b4801..285dd3b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,11 +7,12 @@ on: pull_request: branches: [ "master" ] +strategy: + matrix: + os: [ubuntu-latest, debian-latest] + jobs: - example_matrix: - strategy: - matrix: - os: [ubuntu-latest, debian-latest] + build-monocoque: runs-on: ${{ matrix.os }}