Skip to content

Commit

Permalink
minor: added mac-os and python 3.9 and 3.10 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 3, 2023
1 parent b778bd7 commit 9b5e2a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10"]

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9b5e2a3

Please sign in to comment.