We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b778bd7 commit 9b5e2a3Copy full SHA for 9b5e2a3
.github/workflows/build.yaml
@@ -4,12 +4,12 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
-
8
- runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: [3.8]
+ platform: [ ubuntu-latest, macos-latest ]
+ python-version: ["3.8", "3.9", "3.10"]
12
+ runs-on: ${{ matrix.platform }}
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up Python ${{ matrix.python-version }}
0 commit comments