Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit b072732

Browse files
author
Tambup
authored
Update python-package.yml
1 parent 5162331 commit b072732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ on:
1414
jobs:
1515
build:
1616

17-
runs-on: ubuntu-latest, ubuntu-18.04
17+
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20+
os: [ubuntu-latest, ubuntu-18.04]
2021
python-version: ['3.6', '3.7', '3.8', '3.9']
2122

2223
steps:

0 commit comments

Comments
 (0)