From 88c39a4fd59b9df178309f6820fbc1c2f0658fe5 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 9 Apr 2024 15:18:08 +0300 Subject: [PATCH] ci: Add Ubuntu Noble / Fedora 40 support in GitHub actions Extend our GitHub actions job to build an end-user environment for Ubuntu Noble / Fedora 40, and then run a simple test in it. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5576b..b7b5f0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,9 @@ jobs: - target: ubuntu-23.10 distro: ubuntu version: "23.10" + - target: ubuntu-24.04 + distro: ubuntu + version: "24.04" - target: debian-bullseye distro: debian version: bullseye @@ -169,6 +172,7 @@ jobs: include: - version: "38" - version: "39" + - version: "40" steps: - name: Checkout uses: actions/checkout@v4