diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f08d92..04ba10f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,9 +8,7 @@ jobs: test-bot: strategy: matrix: - # TODO ubuntu-latest doesn't work yet because of https://github.com/Homebrew/linuxbrew-core/issues/23037 - #os: [ubuntu-latest, macos-latest] - os: [macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew