Skip to content

Commit

Permalink
Exclude Python 3.8 on macos-latest (arm64) as there's no 3.8 for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 24, 2024
1 parent f9b66f1 commit 5c15960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.10"]
exclude:
- {python-version: "3.8", os: "macos-latest"} # macos-14 is arm64, and there's no Python 3.8 build for arm64

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- {python-version: "3.8", os: "macos-latest"} # macos-14 is arm64, and there's no Python 3.8 build for arm64

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

0 comments on commit 5c15960

Please sign in to comment.