Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit a5bf385

Browse files
committed
few changes in workflow
1 parent 424bbcf commit a5bf385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: [macos-latest, ubuntu-latest]
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
max-parallel: 4
1111
matrix:
1212
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
13+
os: [ubuntu-latest, macos-latest]
1314

1415
steps:
1516
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)