Skip to content

Commit 1e3a9e0

Browse files
committed
Removed windows and macos platforms from the CI builds
1 parent 9b0990f commit 1e3a9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ${{ matrix.os }}
9797
strategy:
9898
matrix:
99-
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest ]
99+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
100100

101101
steps:
102102
- name: Download sdist

0 commit comments

Comments
 (0)