Skip to content

Commit 548ebd8

Browse files
committed
downgrade windows to avoid a potential VS bug
1 parent ecdfdd4 commit 548ebd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
browser: [chrome, firefox, chrome-bidi, firefox-bidi]
66-
os: [windows]
66+
os: [windows-2022]
6767
with:
6868
name: Browser Tests (${{ matrix.browser }}, ${{ matrix.os }})
6969
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)