Skip to content

Commit 37b338a

Browse files
committed
Add windows-latest to CI
1 parent d0537b1 commit 37b338a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
os: [ubuntu-latest, macos-latest] # windows-latest still not supported by tree-sitter/setup-action@v1
14+
os: [ubuntu-latest, macos-latest, windows-latest]
1515

1616
steps:
1717
- name: Clone tree-sitter-systemverilog
1818
uses: actions/checkout@v4
1919

2020
- name: Setup tree-sitter
21-
uses: tree-sitter/setup-action@v1
21+
uses: tree-sitter/setup-action@v2
2222

2323
- name: Generate parser
2424
run: |

0 commit comments

Comments
 (0)