Skip to content

Commit bf4b664

Browse files
committed
fixed the failing test
1 parent 994ab5e commit bf4b664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
if: contains(github.event.comment.body, '/retest')
193193
strategy:
194194
matrix:
195-
arch: [md64]
195+
arch: [amd64]
196196
uses: ./.github/workflows/integrated-test.yml
197197
with:
198198
build-arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)