We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e0195 commit a8dc087Copy full SHA for a8dc087
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: macos
45
runner: macos-latest
46
- name: windows
47
- runner: [self-hosted, windows-64-cli]
+ runner: windows-64-cli
48
steps:
49
- uses: actions/checkout@v4
50
- uses: dtolnay/rust-toolchain@stable
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments