diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 79243f75d..adeae4ebc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: matrix: config: - { platform: linux, arch: amd64 } - # - { platform: linux, arch: arm64 } + - { platform: linux, arch: arm64 } - { platform: windows, arch: amd64, version: 1809 } - { platform: windows, arch: amd64, version: ltsc2022 } runs-on: ubuntu-latest