From 868bb4a9ce32a45001f05a918a9da26658340260 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 10 May 2024 10:07:48 +1000 Subject: [PATCH] github: test_environment: test Ubuntu noble and not Ubuntu mantic mantic is EOL, save some CI time --- .github/workflows/test_environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_environment.yml b/.github/workflows/test_environment.yml index 4a062f056844a..2d5d5205095e2 100644 --- a/.github/workflows/test_environment.yml +++ b/.github/workflows/test_environment.yml @@ -32,10 +32,10 @@ jobs: name: focal - os: ubuntu name: jammy - - os: ubuntu - name: lunar - os: ubuntu name: mantic + - os: ubuntu + name: noble - os: archlinux name: latest - os: debian