Skip to content

Commit

Permalink
Turn down a macos Test suit
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Aug 29, 2021
1 parent ddf13d1 commit 2670528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest]
feauture:
["", "--features async", "--features log", '--features "async,log"']
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 2670528

Please sign in to comment.