diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2efdca9..c1b48e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,8 @@ jobs: include: - { os: ubuntu-22.04 } - { os: ubuntu-24.04 } + - { os: ubuntu-22.04-arm } + - { os: ubuntu-24.04-arm } name: ${{ format('{0}', matrix.os) }}-0 runs-on: ${{ matrix.os }} steps: