Skip to content

Commit

Permalink
ci: exclude macos and python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 25, 2024
1 parent 0c7d3f1 commit e047398
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
exclude: # macos-latest is arm64, which doesn't have this python
- os: macos-latest
python-version: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e047398

Please sign in to comment.