mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Upgrade Ubuntu for CD action (dev version) https://github.com/siyuan-note/siyuan/issues/14059
This commit is contained in:
parent
f2270f7e17
commit
f702bba058
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue