Skip to content

Commit 959906b

Browse files
committed
Fix amd64 build
1 parent 8c5ddac commit 959906b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- runs_on: ubuntu-24.04-arm
1919
arch: arm64
2020
- runs_on: ubuntu-24.04
21-
arch: arm64
21+
arch: amd64
2222
env:
2323
ARCH: ${{ matrix.arch }}
2424
steps:

0 commit comments

Comments
 (0)