diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dac0d36..0616c32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest] python-version: [3.9, "3.10", 3.11, 3.12, 3.13] name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}