Skip to content

Commit 8ddc9b2

Browse files
radoeringdimbleby
authored andcommitted
temp: test downstream on Windows
1 parent da928d3 commit 8ddc9b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/downstream.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
jobs:
99
tests:
1010
name: ${{ matrix.ref }}
11-
runs-on: ubuntu-latest
11+
runs-on: "${{ matrix.os }}-latest"
1212
strategy:
1313
matrix:
14+
os: [Ubuntu, Windows]
1415
ref: ["refs/pull/6616/head"]
1516
fail-fast: false
1617
defaults:

0 commit comments

Comments
 (0)