From 48e4c4308c9470d3739cbafc03371ddf9f8e544a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 15 Oct 2022 09:54:24 +0200 Subject: [PATCH] chore: add windows ci schedule --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 27025b280..2dadc2624 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -8,7 +8,7 @@ permissions: contents: read jobs: prepare: - runs-on: windows-latest + runs-on: ubuntu-latest name: setup verdaccio services: verdaccio: