Skip to content

Commit b30ddcd

Browse files
committed
chore: only run tests on Linux
1 parent 0e90f15 commit b30ddcd

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
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
toolchain: [ 1.81.0, stable ]
64-
os: [ ubuntu-24.04, macos-14, windows-2022 ]
64+
os: [ ubuntu-24.04 ]
6565
ignore-lock: [ false ]
6666
runs-on: ${{ matrix.os }}
6767
steps:

0 commit comments

Comments
 (0)