Skip to content

Commit

Permalink
Resolve build on latest macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shevtsov committed Aug 6, 2024
1 parent 47237fa commit 5713902
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# Workaround from https://github.com/actions/runner-images/issues/9770
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
- 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
steps:
- uses: actions/checkout@v3
- name: Setup python
Expand Down

0 comments on commit 5713902

Please sign in to comment.