From 9329c4088189adc7804100ccfc24f5460cecaff4 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Mon, 26 Apr 2021 23:24:08 +0800 Subject: [PATCH] tests.yml: remove linux This tap should be pure-macOS, after all. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e59fd9..746a5cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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