Skip to content

Commit

Permalink
disble style check
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Aug 20, 2024
1 parent 170f868 commit 5b5b617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 5b5b617

Please sign in to comment.