summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-02-27 21:20:13 -0800
committerGitHub <noreply@github.com>2025-02-27 21:20:13 -0800
commit42a8c4b1bcb50fda45b199236b27aaa28dd1d758 (patch)
treefc7cf118775687b214e5482b156626c06a968faa /.github/workflows/release.yml
parent9fd3e7c150ed9723c153948312a226345f3b8633 (diff)
Fix release CI. (#6492)
* Fix release CI. * fix. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml9
1 files changed, 7 insertions, 2 deletions
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,
}