Skip to content

Commit 9b5e2a3

Browse files
committed
minor: added mac-os and python 3.9 and 3.10 to github actions
1 parent b778bd7 commit 9b5e2a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
8-
runs-on: ubuntu-latest
97
strategy:
108
matrix:
11-
python-version: [3.8]
9+
platform: [ ubuntu-latest, macos-latest ]
10+
python-version: ["3.8", "3.9", "3.10"]
1211

12+
runs-on: ${{ matrix.platform }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)