Skip to content

Commit b9b56f1

Browse files
Try different exclude
1 parent 68a1695 commit b9b56f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
exclude:
2828
# Just run macos tests on one Python version
2929
- os: macos-13
30-
python-version: ["3.9", "3.11"]
30+
python-version: "3.9"
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)