ci: use ubuntu 2004 to build weekly (#895)

feat: use ubuntu 2004 to build weekly
This commit is contained in:
Ning Sun
2023-01-20 08:36:41 +08:00
committed by GitHub
parent cc46194f29
commit 302d7ec41b
2 changed files with 3 additions and 3 deletions

View File

@@ -28,10 +28,10 @@ jobs:
# The file format is greptime-<os>-<arch>
include:
- arch: x86_64-unknown-linux-gnu
os: ubuntu-latest-16-cores
os: ubuntu-2004-16-cores
file: greptime-linux-amd64
- arch: aarch64-unknown-linux-gnu
os: ubuntu-latest-16-cores
os: ubuntu-2004-16-cores
file: greptime-linux-arm64
- arch: aarch64-apple-darwin
os: macos-latest

View File

@@ -74,6 +74,6 @@ debug = true
[profile.weekly]
inherits = "release"
strip = true
lto = true
lto = "thin"
debug = false
incremental = false