From a9cec1092363d459b4ac13e7ebb0da2adb3db493 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 10 Jan 2026 14:59:33 -0500 Subject: [PATCH] update to build ubuntu and debian packages --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 285dd3b..a60f816 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,10 +12,13 @@ strategy: os: [ubuntu-latest, debian-latest] jobs: - - build-monocoque: + example_matrix: + strategy: + matrix: + os: [ubuntu-22.04, debian-latest] runs-on: ${{ matrix.os }} + permissions: contents: write