Skip to content

Commit

Permalink
Merge pull request #4 from Amar1729/fix/ci
Browse files Browse the repository at this point in the history
Only use `macos-latest` for CI
  • Loading branch information
Amar1729 authored Jun 26, 2021
2 parents 62c6073 + cd8988c commit 6bc50e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
test-bot:
strategy:
matrix:
version: [10.15, 10.14, 10.13]
fail-fast: false
os: [macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit 6bc50e7

Please sign in to comment.