Skip to content

Commit

Permalink
excluding old python versions on macos14 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 20, 2024
1 parent 5ea519e commit 6ce28e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
matrix:
os: [macos-12, macos-14]
python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: macos-14
python_version: 3.7
- os: macos-14
python_version: 3.8
- os: macos-14
python_version: 3.9

runs-on: ${{ matrix.os }}
env:
CCACHE_COMPILERTYPE: clang
Expand Down Expand Up @@ -82,6 +90,13 @@ jobs:
matrix:
os: [macos-12, macos-13, macos-14]
python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: macos-14
python_version: 3.7
- os: macos-14
python_version: 3.8
- os: macos-14
python_version: 3.9
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 6ce28e8

Please sign in to comment.