Skip to content

Commit

Permalink
to avoid this issue actions/runner-images#9770 added this workaround …
Browse files Browse the repository at this point in the history
…issuecomment-2085623315
  • Loading branch information
KatyBrown committed May 3, 2024
1 parent a313b03 commit 21fa260
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -13,6 +13,16 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11, 3.12 ]
exclude: # Apple Silicon ARM64 does not support Python < v3.8
- python-version: "3.6"
os: macos-latest
- python-version: "3.7"
os: macos-latest
include: # So run those legacy versions on Intel CPUs
- python-version: "3.6"
os: macos-13
- python-version: "3.7"
os: macos-13
fail-fast: false
# a job is a seq of steps
steps:
Expand Down

0 comments on commit 21fa260

Please sign in to comment.