Skip to content

Commit b35f9b6

Browse files
committed
Fix test matrix
1 parent 7e7d1d9 commit b35f9b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [macos] #, mac, windows] # TODO v4: Re-enable windows and mac
26+
os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
2727
python-version: ["3.12"]
2828
include:
2929
- os: ubuntu
3030
python-version: "3.11"
31-
- os: ubuntu
32-
python-version: "3.12"
3331
steps:
3432
- name: Checkout
3533
uses: actions/checkout@v4

0 commit comments

Comments
 (0)