diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61ae735..7fb2ce4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-14] + os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew