Skip to content

Commit

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

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed May 1, 2024
1 parent f13f826 commit 0f7a9ff
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 0f7a9ff

Please sign in to comment.