Skip to content

Commit f045996

Browse files
committed
Use runner.os instead of matrix.os
1 parent e5eba09 commit f045996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ubuntu-latest, macOS-latest, windows-latest]
2323
# environmental variables used in coverage
2424
env:
25-
OS: ${{ matrix.os }}
25+
OS: ${{ runner.os }}
2626
PYTHON: ${{ matrix.python-version }}
2727

2828
steps:

0 commit comments

Comments
 (0)