summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/verify.pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index c105118..10b5e42 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -59,7 +59,7 @@ steps:
- BUNDLE_GEMFILE=/workdir/Gemfile
- FORCE_FFI_YAJL="ext"
-- label: "run-specs-ruby-3.0-windows"
+- label: ":windows: :ruby: 3.0"
command:
- .expeditor/buildkite/run_windows_tests.ps1 "3.0"
timeout_in_minutes: 20
@@ -73,7 +73,7 @@ steps:
- BUNDLE_GEMFILE=/workdir/Gemfile
- FORCE_FFI_YAJL="ext"
-- label: "run-specs-ruby-3.1-windows"
+- label: ":windows: :ruby: 3.1"
command:
- .expeditor/buildkite/run_windows_tests.ps1 "3.1"
timeout_in_minutes: 20