Skip to content

Commit

Permalink
fix ci macos
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 10, 2024
1 parent 51fb901 commit 902502f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
exclude:
# Exclude the combination of macOS-latest and Python 3.7 as arm64 doesn't support Python 3.7
- os: macos-latest
python-version: '3.7'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 902502f

Please sign in to comment.