Skip to content

Commit 757a3f4

Browse files
fix: ci
1 parent 05457af commit 757a3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
jobs:
1313
build:
14-
# Using Windows runner by default. Change this for different platforms
15-
runs-on: self-hosted
14+
# Using GitHub-hosted Windows runner
15+
runs-on: windows-latest
1616
steps:
1717
- name: Check out code
1818
uses: actions/checkout@v3

0 commit comments

Comments
 (0)