diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index efad52c..2d02410 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64] + target: [x86_64,aarch64] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4