diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 597592a..260e868 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-11, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew @@ -31,7 +31,7 @@ jobs: - run: brew test-bot --only-setup - - run: brew test-bot --only-tap-syntax + #- run: brew test-bot --only-tap-syntax - run: brew test-bot --only-formulae if: github.event_name == 'pull_request'