From 302d7ec41b24d7d95cbeaf2382e17f02402231a6 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 20 Jan 2023 08:36:41 +0800 Subject: [PATCH] ci: use ubuntu 2004 to build weekly (#895) feat: use ubuntu 2004 to build weekly --- .github/workflows/release.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05b06fc4d8..8a7d94ee10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: # The file format is greptime-- 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 diff --git a/Cargo.toml b/Cargo.toml index fc458a195d..814d6b79f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,6 +74,6 @@ debug = true [profile.weekly] inherits = "release" strip = true -lto = true +lto = "thin" debug = false incremental = false