From 0fdb1eb8a7c485d12a64bb09d1bf406d7a415f95 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 22 Mar 2023 15:04:31 +0100 Subject: [PATCH] .github: replace testing of Hirsute by Jammy Hirsute is OEL and don't work for long time Jammy is 22.04 and should be properly tested --- .github/workflows/test_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_environment.yml b/.github/workflows/test_environment.yml index 3d029782a6..ebd3124d39 100644 --- a/.github/workflows/test_environment.yml +++ b/.github/workflows/test_environment.yml @@ -24,7 +24,7 @@ jobs: - os: ubuntu name: focal - os: ubuntu - name: hirsute + name: jammy - os: archlinux name: latest - os: debian