Skip to content

Commit

Permalink
Test on more OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Jun 27, 2022
1 parent e0b3c6c commit 6b5fe61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
pull_request:
jobs:
test-bot:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12, macos-11, macos-10.15]
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 6b5fe61

Please sign in to comment.