tests.yml: remove linux
This tap should be pure-macOS, after all.
This commit is contained in:
parent
7c396597f1
commit
9329c40881
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue