summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/verify.pipeline.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 899e931..f29810d 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -51,7 +51,7 @@ steps:
docker:
image: ruby:3.1
-- label: run-specs-windows
+- label: run-specs-ruby-3.1-windows
command:
- bundle config --local path vendor/bundle
- bundle install --jobs=7 --retry=3
@@ -60,4 +60,5 @@ steps:
executor:
docker:
host_os: windows
- user: 'NT AUTHORITY\SYSTEM'
+ shell: ["powershell", "-Command"]
+ image: rubydistros/windows-2019:3.1