From f5e2392e056b5fe8a125a0d8cd82ee58000d3fc5 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Sun, 26 Oct 2025 14:34:35 +0800 Subject: [PATCH] devops: update release workflow Signed-off-by: Aaron Teo --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cab3ba9e68..e72caa423b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,8 +134,8 @@ jobs: include: - build: 'x64' os: ubuntu-22.04 - - build: 's390x-z15' # z15 because our CI runners are on z15 - os: ubuntu-22.04-s390x + - build: 's390x' + os: ubuntu-24.04-s390x # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm # - build: 'arm64' # os: ubuntu-22.04-arm