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