From f702bba058bd41b79506a4cf17ec0f621a316528 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 12 Feb 2025 10:11:16 +0800 Subject: [PATCH] :art: Upgrade Ubuntu for CD action (dev version) https://github.com/siyuan-note/siyuan/issues/14059 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 06990fe97..b0f8c1c44 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -92,7 +92,7 @@ jobs: strategy: matrix: config: - - os: ubuntu-20.04 + - os: ubuntu-22.04 name: ubuntu build linux.AppImage kernel_path: "../app/kernel-linux/SiYuan-Kernel" build_args_prefix: "-s -w -X" @@ -101,7 +101,7 @@ jobs: goos: "linux" goarch: "amd64" suffix: "linux.AppImage" - - os: ubuntu-20.04 + - os: ubuntu-22.04 name: ubuntu build linux.tar.gz kernel_path: "../app/kernel-linux/SiYuan-Kernel" build_args_prefix: "-s -w -X"