From 3698f8103a053085c84f9c48fa450de4aa979f84 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 7 May 2026 12:05:55 +0200 Subject: Add testing for ubuntu 26.4 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c5f623..447a544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,10 @@ jobs: - distro: archlinux platform: "linux/amd64" runs_on: "ubuntu-latest" - - distro: ubuntu + - distro: ubuntu-noble + platform: "linux/amd64" + runs_on: "ubuntu-latest" + - distro: ubuntu-resolute platform: "linux/amd64" runs_on: "ubuntu-latest" - distro: proxmox -- cgit v1.2.3