Skip to content

Commit 849f7d1

Browse files
committed
chore: Remove macos from CI tests
1 parent 20a83b4 commit 849f7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 9
1111
matrix:
1212
python-version: [3.12]
13-
os: [ubuntu-latest, macos-latest]
13+
os: [ubuntu-latest]
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)