We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4d69f commit cc01279Copy full SHA for cc01279
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
matrix:
60
config:
61
- name: Windows
62
- runs-on: [self-hosted, windows-large]
+ runs-on: diode-windows
63
- name: macOS
64
runs-on: macos-15-xlarge
65
- name: Ubuntu
dist-workspace.toml
@@ -22,7 +22,7 @@ pr-run-mode = "skip"
22
global = "ubicloud-standard-30-ubuntu-2204"
23
x86_64-apple-darwin = "macos-15-large"
24
aarch64-apple-darwin = "macos-15-xlarge"
25
-x86_64-pc-windows-msvc = "windows-large"
+x86_64-pc-windows-msvc = "diode-windows"
26
x86_64-unknown-linux-gnu = "ubicloud-standard-30-ubuntu-2204"
27
28
[[dist.extra-artifacts]]
0 commit comments