Skip to content

Commit

Permalink
ci(test): fix py37 on macos (#455)
Browse files Browse the repository at this point in the history
xref: actions/runner-images#9770

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated testing configurations to exclude Python version 3.7 on the
latest macOS for Apple Silicon ARM64 and include it on macOS 13 for
Intel CPUs.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed May 1, 2024
1 parent f13f826 commit 44c5bdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
exclude: # Apple Silicon ARM64 does not support Python < v3.8
- python-version: "3.7"
platform: macos-latest
include: # So run those legacy versions on Intel CPUs
- python-version: "3.7"
platform: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 44c5bdf

Please sign in to comment.