From 5b5b617e9c471160211d6fa6eae14c597cf822a8 Mon Sep 17 00:00:00 2001 From: zachmann Date: Tue, 20 Aug 2024 17:21:45 +0200 Subject: [PATCH] disble style check --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'