Skip to content

Commit a8dc087

Browse files
committed
fix: use windows-64-cli runner directly (not self-hosted)
1 parent 07e0195 commit a8dc087

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: macos
4545
runner: macos-latest
4646
- name: windows
47-
runner: [self-hosted, windows-64-cli]
47+
runner: windows-64-cli
4848
steps:
4949
- uses: actions/checkout@v4
5050
- uses: dtolnay/rust-toolchain@stable
@@ -66,7 +66,7 @@ jobs:
6666
- name: macos
6767
runner: macos-latest
6868
- name: windows
69-
runner: [self-hosted, windows-64-cli]
69+
runner: windows-64-cli
7070
steps:
7171
- uses: actions/checkout@v4
7272
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)