diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5f201..86afa8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,15 @@ jobs: integration-tests: name: Integration Tests - runs-on: ubuntu-24.04 needs: - build-test + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-24.04 + - ubuntu-24.04-arm + steps: - uses: actions/checkout@v5