From 157a25857c1f6c1e715b1f0d8178de461b9573f5 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 2 May 2024 15:13:26 +0800 Subject: [PATCH] :art: Using ubuntu 22.04 for CD workflow --- .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 7f4bba053..3f2c8afeb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -84,7 +84,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" @@ -93,7 +93,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"