Skip to content

Commit

Permalink
Add macos-11.0 (Big Sur) to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 5, 2021
1 parent 6f5798a commit 7f5bd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macOS-latest]
os: [macOS-latest, macos-11.0]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
uses: actions/upload-artifact@main
with:
name: bottles
path: '*.bottle.*'
path: "*.bottle.*"

0 comments on commit 7f5bd8f

Please sign in to comment.