From d87a0d41b907c1a18067c35927302eb21e320d41 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 20 May 2024 00:39:07 +0200 Subject: [PATCH] Enable noble since thats the upcoming lts --- .github/workflows/runit.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/runit.yml b/.github/workflows/runit.yml index 1c14dec..7a36835 100644 --- a/.github/workflows/runit.yml +++ b/.github/workflows/runit.yml @@ -32,17 +32,10 @@ jobs: ubuntu: - focal - jammy - #- lunar - #- mantic - #- noble - #- devel - #- rolling - #- latest + - noble platform: - linux/amd64 - linux/arm64 - #- linux/ppc64le - #- linux/s390x #- linux/arm/v7 steps: - name: "Build: Prepare Environment Variables"