diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86d57ee..969b387 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-14-arm64] python_version: ['3.9', '3.10', '3.11', '3.12'] steps: