🎨 Using Ubuntu 22.04 to build
This commit is contained in:
parent
2da15536d2
commit
427e06f8c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue