Skip to content

Commit 42a8c4b

Browse files
csyongheslangbot
andauthored
Fix release CI. (#6492)
* Fix release CI. * fix. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
1 parent 9fd3e7c commit 42a8c4b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ jobs:
2424
platform: [x86_64, aarch64]
2525
test-category: [smoke]
2626
include:
27-
- { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc }
2827
- {
2928
os: linux,
30-
platform:aarch64,
29+
platform: x86_64,
30+
runs-on: ubuntu-22.04,
31+
compiler: gcc,
32+
}
33+
- {
34+
os: linux,
35+
platform: aarch64,
3136
runs-on: ubuntu-22.04-arm,
3237
compiler: gcc,
3338
}

0 commit comments

Comments
 (0)