From ebc4671cb9b8fd80f9d288f29a70a0f577fb5fde Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 10 Jan 2026 14:54:58 -0500 Subject: [PATCH] update to build ubuntu and debian packages --- .github/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }}