Skip to content

Commit

Permalink
add macos-11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed Nov 29, 2020
1 parent c2e59a2 commit 35f9440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: push
jobs:
build:

runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, macos-10.15]

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

0 comments on commit 35f9440

Please sign in to comment.