diff --git a/.github/workflows/test-conda-workflow.yml b/.github/workflows/test-conda-workflow.yml index 1f12059d..f85cc1df 100644 --- a/.github/workflows/test-conda-workflow.yml +++ b/.github/workflows/test-conda-workflow.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [macOS-12,ubuntu-latest] - python-version: [ '3.9','3.10','3.10'] + python-version: [ '3.9','3.10','3.11'] steps: - name: 'Clone Repository (Latest)' diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 7ace5054..151b9609 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -59,13 +59,7 @@ jobs: platform_id: manylinux_x86_64 cibw_manylinux: manylinux2014 cibw_arch: x86_64 - - os: macOS-14 - name: MAC_ARM - cpython-version: 39 - python-version: "3.9" - platform_id: macosx_arm64 - cibw_manylinux: macosx_arm64 - + - os: macOS-12 name: macOS-x86_64 cpython-version: 310