Skip to content

Commit

Permalink
fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-9 committed Feb 21, 2024
1 parent 9cd8a31 commit 74924a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
exclude:
# actions/setup-python@v4 does not support python 3.8 and 3.9 on macos-14 (arm64)
- os: "macos-14"
python-version: ["3.8", "3.9"]
python-version: "3.8"
- os: "macos-14"
python-version: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 74924a4

Please sign in to comment.