Skip to content

Commit

Permalink
Python 3.7 fails on latest macOS image
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Sep 7, 2024
1 parent 2d8801c commit 2e9ff06
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 @@ -36,6 +36,12 @@ jobs:
- pypy-3.8
- pypy-3.9
- pypy-3.10
exclude: # Python < v3.8 does not support Apple Silicon ARM64
- platform: macos-latest
python-version: '3.7'
include: # So run those legacy versions on Intel CPUs
- platform: macos-13
python-version: '3.7'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 2e9ff06

Please sign in to comment.