Skip to content

Commit

Permalink
test: test on macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 4, 2021
1 parent 47906c4 commit 9d5b5c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
branches: [main]
jobs:
default:
runs-on: ubuntu-latest
strategy:
matrix:
runs-on: ["ubuntu-latest", "macos-11"]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 9d5b5c5

Please sign in to comment.