Skip to content

Commit 5b5b617

Browse files
committed
disble style check
1 parent 170f868 commit 5b5b617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [macos-11, macos-12, macos-13]
11+
os: [macos-11, macos-12, macos-13, macos-14]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew
@@ -31,7 +31,7 @@ jobs:
3131

3232
- run: brew test-bot --only-setup
3333

34-
- run: brew test-bot --only-tap-syntax
34+
#- run: brew test-bot --only-tap-syntax
3535

3636
- run: brew test-bot --only-formulae
3737
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)