We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cfe7c commit c72ccf1Copy full SHA for c72ccf1
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- arch: [x86_64, i386]
+ arch: [amd64, i386]
35
36
env:
37
ARCH: ${{ matrix.arch }}
0 commit comments