From 65bf3adad73c84ed3df01251b59c7af8a522cb55 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 4a062f0568..2d5d520509 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