From aab0396f619d347dc4fd9ea5a953bc7be87a8088 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 10 Jan 2026 15:02:33 -0500 Subject: [PATCH] update to build latest ubuntu and debian packages --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bdf6c7..bc44ac8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,10 +8,10 @@ on: branches: [ "master" ] jobs: - example_matrix: + build-monocoque: strategy: matrix: - os: [ubuntu-22.04, debian-latest] + os: [ubuntu-latest, debian-latest] runs-on: ${{ matrix.os }}