diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c4eacef..4bf0e09 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -13,6 +13,8 @@ jobs: include: - os: ubuntu-latest target: x86_64 + - os: ubuntu-latest + target: aarch64 - os: macos-13 target: x86_64 - os: macos-14