From 9264e23631e28088a8c4799183ca782f57209ea1 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Thu, 25 Jan 2024 14:31:16 -0700 Subject: [PATCH] workflows: +noble --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dee8ba25..5fa73c58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: - ubuntu-daily:jammy - ubuntu-daily:lunar - ubuntu-daily:mantic + - ubuntu-daily:noble steps: - uses: actions/checkout@v4 - name: run @@ -29,8 +30,8 @@ jobs: fail-fast: false matrix: image: - - ubuntu-daily:jammy # match the core snap we're running against - - ubuntu-daily:mantic # latest + - ubuntu-daily:jammy # match the core snap we're running against + - ubuntu-daily:noble # latest steps: - uses: actions/checkout@v4 - name: lint