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

View file

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