Skip to content

Commit 1bec5c0

Browse files
Limit CI to Ubuntu environment
Reduced CI workflow to only run on Ubuntu.
1 parent 9437d8c commit 1bec5c0

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
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
os: [ubuntu-latest, macos-latest, windows-latest]
71+
os: [ubuntu-latest]
7272
python-version: ['3.10', '3.11', '3.12']
7373
defaults:
7474
run:

0 commit comments

Comments
 (0)