Skip to content

Commit

Permalink
Try macos-latest for arm64 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Aug 4, 2024
1 parent 768addf commit a03b91e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pip_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit a03b91e

Please sign in to comment.