tests.yml: remove linux

This tap should be pure-macOS, after all.
This commit is contained in:
Adrian Ho 2021-04-26 23:24:08 +08:00
parent 7c396597f1
commit 9329c40881
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew