Skip to content

Commit 550817b

Browse files
ubntu test
1 parent 9b1bb72 commit 550817b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
host_tests:
1212
strategy:
1313
matrix:
14-
os: [macos-latest, windows-2019]
14+
# os: [macos-latest, windows-2019]
15+
os: ['ubuntu-latest']
1516
node: [16.x, 18.x, 20.x, 22.x]
1617
runs-on: ${{ matrix.os }}
1718
steps:

0 commit comments

Comments
 (0)