From 42470b6b57f5613e94c0e8901bb0353352eb2e1b Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Thu, 21 Nov 2024 09:42:29 -0500 Subject: [PATCH] Update ci.yml Add back ubuntu-latest to test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f936400e2..6d866f0fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: os: + - 'ubuntu-latest' - 'ubuntu-22.04' - 'ubuntu-24.04' steps: