Skip to content

Commit

Permalink
Python <3.8 is not supported on Apple Silicon ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 29, 2024
1 parent fa1e731 commit 335a39f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
os: [ubuntu-20.04, macos-latest, windows-latest]
exclude: # Apple Silicon ARM64 does not support Python < v3.8
- python-version: "3.6"
- os: macos-latest
os: macos-latest
- python-version: "3.7.7"
- os: macos-latest
os: macos-latest
include: # So run those legacy versions on Intel CPUs
- python-version: "3.6"
- os: macos-latest
os: macos-13
- python-version: "3.7.7"
- os: macos-latest
os: macos-13

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 335a39f

Please sign in to comment.