From 67c2b2da9f2022e52d0844c7c69cc20365dc8d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:41:02 +0100 Subject: [PATCH] temp: test downstream on Windows --- .github/workflows/downstream.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 1c657ca81..df7e56d5c 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -8,9 +8,10 @@ on: jobs: tests: name: ${{ matrix.ref }} - runs-on: ubuntu-latest + runs-on: "${{ matrix.os }}-latest" strategy: matrix: + os: [Ubuntu, Windows] ref: ["refs/pull/6616/head"] fail-fast: false defaults: