Skip to content

Commit 4abf398

Browse files
committed
trying matrix not runner
1 parent 33f5847 commit 4abf398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Docker Info on Windows
27-
if: ${{ runner.os == 'windows-latest' }}
27+
if: ${{ matrix.os == 'windows-latest' }}
2828
shell: pwsh
2929
run: |
3030
Get-Command docker

0 commit comments

Comments
 (0)