From eea9f645c7f2cb50161587d2593890180c4fbabc Mon Sep 17 00:00:00 2001 From: martgil <46025304+martgil@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:29:10 +0800 Subject: [PATCH] chore: use ubuntu 24.04 on semaphore ci --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 186ca81ab..25bbea907 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -49,7 +49,7 @@ blocks: agent: machine: type: e1-standard-2 - os_image: ubuntu2004 + os_image: ubuntu2404 env_vars: - name: LANG value: en_US.UTF-8