From 3db240d48b3e4defcc6b4affcf07962fe4ec7c53 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 2 May 2024 13:14:53 +0800 Subject: [PATCH] :art: Using ubuntu 20.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 3f2c8afeb..7f4bba053 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -84,7 +84,7 @@ jobs: strategy: matrix: config: - - os: ubuntu-22.04 + - os: ubuntu-20.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-22.04 + - os: ubuntu-20.04 name: ubuntu build linux.tar.gz kernel_path: "../app/kernel-linux/SiYuan-Kernel" build_args_prefix: "-s -w -X"