Skip to content

Commit 1d64378

Browse files
authored
Limit test matrix to ubuntu only
1 parent ada0074 commit 1d64378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
test_sqlite_wasm_tests:
193193
strategy:
194194
matrix:
195-
os: [ubuntu-latest, macos-latest, windows-latest]
195+
os: [ubuntu-latest]
196196
runs-on: ${{ matrix.os }}
197197
steps:
198198
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)