diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a52361cc..63d1eb35 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -216,10 +216,8 @@ jobs: strategy: matrix: platform: - - runner: macos-12 - target: x86_64 - # - runner: macos-14 - # target: aarch64 + - runner: macos-latest + target: [x86_64, aarch64] steps: - uses: actions/checkout@v4 with: