Skip to content

Commit 1e43115

Browse files
authored
chore(ci): update GitHub Actions workflow to use Windows runner
1 parent c680a06 commit 1e43115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818

0 commit comments

Comments
 (0)