From 42a8c4b1bcb50fda45b199236b27aaa28dd1d758 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 21:20:13 -0800 Subject: Fix release CI. (#6492) * Fix release CI. * fix. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- .github/workflows/release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 637ca3211..f715bcaf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,15 @@ jobs: platform: [x86_64, aarch64] test-category: [smoke] include: - - { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc } - { os: linux, - platform:aarch64, + platform: x86_64, + runs-on: ubuntu-22.04, + compiler: gcc, + } + - { + os: linux, + platform: aarch64, runs-on: ubuntu-22.04-arm, compiler: gcc, } -- cgit v1.2.3