Skip to content

Commit

Permalink
Merge pull request #3 from studentofkyoto/fix/ci
Browse files Browse the repository at this point in the history
now releases in ubuntu and macosx
  • Loading branch information
calcoloergosum authored Aug 5, 2021
2 parents b98ff90 + 8d91b01 commit 4add7ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:
run: cargo clippy --workspace --all-targets --all-features

build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
python-version: [3.8]

steps:
Expand Down

0 comments on commit 4add7ac

Please sign in to comment.