From 438aec0a8a1b08649be35f3d15796dac1d4484ba Mon Sep 17 00:00:00 2001 From: Johan Vanderhaegen <4908616+johanvdhaegen@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:47:50 -0700 Subject: [PATCH] Only test on macOS for now. Bazel homebrew formula doesn't provide bottles for linuxbrew. --- .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 46958e3..cc6636d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [macos-latest] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew