Skip to content

Commit

Permalink
macOS 環境上で CI を実行する
Browse files Browse the repository at this point in the history
Fixes #104
  • Loading branch information
kuwata0037 committed Aug 15, 2023
1 parent 9f5e8c9 commit dcdaaab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: push

jobs:
provisioning:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}

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

0 comments on commit dcdaaab

Please sign in to comment.