Skip to content

Commit 1e4544b

Browse files
committed
Explicitly display operating system on run
1 parent 16a4b29 commit 1e4544b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: codecov/codecov-action@v1
7979

8080
test-dynamic:
81-
runs-on: ubuntu-20.04
81+
runs-on: ${{ matrix.os }}
8282
needs: lint
8383
strategy:
8484
matrix:
@@ -87,9 +87,9 @@ jobs:
8787
- 3.7
8888
- 3.8
8989
- 3.9
90+
os: ["ubuntu-20.04"]
9091
steps:
91-
- name: Install python 3.6
92-
uses: actions/[email protected]
92+
- uses: actions/[email protected]
9393
with:
9494
submodules: recursive
9595
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)