Browse Source

:hammer: Downgrades the glibc 2.31 version to solve booting failed on Linux https://github.com/siyuan-note/siyuan/issues/11417

Daniel 1 year ago
parent
commit
f205ab38df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/cd.yml

+ 2 - 2
.github/workflows/cd.yml

@@ -92,7 +92,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"
@@ -101,7 +101,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"