diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 3494ab29..9ab03348 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -36,18 +36,11 @@ jobs: matrix: include: - runs-on: macos-13 - python-version: "3.7" - - runs-on: macos-13 - python-version: "3.8" - - runs-on: macos-13 - python-version: "3.9" - - runs-on: macos-13 - python-version: "3.10" + python-version: ["3.7", "3.8", "3.9", "3.10"] + target: [x86_64, aarch64] - runs-on: macos-14 - python-version: "3.11" - - runs-on: macos-14 - python-version: "3.12" - target: [x86_64, aarch64] + python-version: ["3.11", "3.12"] + target: [x86_64, aarch64] steps: - uses: ilammy/setup-nasm@v1 - uses: actions/checkout@v4