Skip to content

Commit cc01279

Browse files
authored
Use single label matcher for windows runner (#534)
cargo-dist doesn't support multiple labels.
1 parent 3f4d69f commit cc01279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
config:
6161
- name: Windows
62-
runs-on: [self-hosted, windows-large]
62+
runs-on: diode-windows
6363
- name: macOS
6464
runs-on: macos-15-xlarge
6565
- name: Ubuntu

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pr-run-mode = "skip"
2222
global = "ubicloud-standard-30-ubuntu-2204"
2323
x86_64-apple-darwin = "macos-15-large"
2424
aarch64-apple-darwin = "macos-15-xlarge"
25-
x86_64-pc-windows-msvc = "windows-large"
25+
x86_64-pc-windows-msvc = "diode-windows"
2626
x86_64-unknown-linux-gnu = "ubicloud-standard-30-ubuntu-2204"
2727

2828
[[dist.extra-artifacts]]

0 commit comments

Comments
 (0)