diff --git a/.github/workflows/pip_installation.yml b/.github/workflows/pip_installation.yml index 7a957beb..4824ea9c 100644 --- a/.github/workflows/pip_installation.yml +++ b/.github/workflows/pip_installation.yml @@ -19,9 +19,9 @@ jobs: name: Test stable pip installation on ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13, windows-latest] - # macOS-latest and macos-latest-xlarge use Arm64, resulting in MPS OOM error in peptdeep - # os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge] + # os: [ubuntu-latest, macos-13, windows-latest] + # macOS-latest and macos-latest-xlarge use Arm64, resulting in MPS OOM error in peptdeep, macos-13 is fine + os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-xlarge] uses: ./.github/workflows/_run_tests.yml with: os: ${{ matrix.os }} @@ -33,8 +33,8 @@ jobs: # runs-on: ${{ matrix.os }} # See https://github.com/orgs/community/discussions/62320 strategy: matrix: - os: [ubuntu-latest, macos-13, windows-latest] - # os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge] + # os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-xlarge] uses: ./.github/workflows/_run_tests.yml with: os: ${{ matrix.os }}