Skip to content

Commit

Permalink
temp: test downstream on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and dimbleby committed Apr 1, 2023
1 parent f88f614 commit 67c2b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67c2b2d

Please sign in to comment.