Skip to content

Commit

Permalink
Fix Python 3.7 and 3.8 for macos-latest
Browse files Browse the repository at this point in the history
Need to run "min" tests fo `macos-13` runners
  • Loading branch information
mhostetter committed Jun 9, 2024
1 parent 66648b7 commit 7427232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,13 @@ jobs:
exclude: # Python < v3.8 does not support Apple Silicon ARM64
- python-version: "3.7"
os: macos-latest
- python-version: "3.8"
os: macos-latest
include: # So run those legacy versions on Intel CPUs
- python-version: "3.7"
os: macos-13
- python-version: "3.8"
os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7427232

Please sign in to comment.