From 0e6b7381549ec98ae7b01a6babed6596688a016c Mon Sep 17 00:00:00 2001 From: Adam James Date: Thu, 21 Nov 2024 23:31:18 +0000 Subject: [PATCH] GitHub CI: Add Ubuntu 24.04 to matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54bcfa1..87984dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: distro: - ubuntu2004 - ubuntu2204 + - ubuntu2404 steps: - name: Checkout repository uses: actions/checkout@v4