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 committed Mar 21, 2023
1 parent da928d3 commit 825c862
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 825c862

Please sign in to comment.