Skip to content

Commit caf8ae9

Browse files
author
Petr Sramek
committed
updated runs-on to reffer to matrix.os
1 parent 28787d1 commit caf8ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [ubuntu-latest, windows-latest, macos-latest]
40-
runs-on: $
40+
runs-on: ${{ matrix.os }}
4141

4242
concurrency:
4343
group: becnhmark-group

0 commit comments

Comments
 (0)