From dde0724be55b719796746cc6261f8399e81124e7 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Wed, 12 Aug 2026 15:39:45 -0400 Subject: [PATCH] ci: use the next channel The edge and edge-next channels were renamed to next. Every matrix leg here still pointed at the old names, so these builds resolve a feed that no longer exists. Retarget them; the release stays as it is. --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3320477..8fbb9d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: include: - - { target: raspberrypi4, distro-release: "2026", distro-channel: edge } - - { target: raspberrypi4, distro-release: "2024", distro-channel: edge-next } + - { target: raspberrypi4, distro-release: "2026", distro-channel: next } + - { target: raspberrypi4, distro-release: "2024", distro-channel: next } uses: avocado-linux/actions/.github/workflows/extension-release.yml@v1 with: target: ${{ matrix.target }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06c3cec..6a4a67b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: include: - - { target: raspberrypi4, distro-release: "2024", distro-channel: edge-next } + - { target: raspberrypi4, distro-release: "2024", distro-channel: next } uses: avocado-linux/actions/.github/workflows/extension-test.yml@v1 with: target: ${{ matrix.target }}