Skip to content

Commit

Permalink
adding macos and python 12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Nov 30, 2023
1 parent e6db9ac commit be85f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [ "3.8" ]
os: [ubuntu-latest, macos-latest]
python-version: [ "3.8", "3.12" ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit be85f5b

Please sign in to comment.