From 2f876989588aadc1beed4ae5d9ca8b7d48963477 Mon Sep 17 00:00:00 2001 From: Yuichi Ishikawa Date: Tue, 21 May 2024 08:59:48 +0900 Subject: [PATCH] unmac --- .github/workflows/tests.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3d752c..86e9e28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,12 +25,13 @@ jobs: - name: Windows os: windows-latest php: '8.3' - - name: macOS - os: macos-latest - php: '8.3' - - name: macOS-x86_64 - os: macos-13 - php: '8.3' + +# - name: macOS +# os: macos-latest +# php: '8.3' +# - name: macOS-x86_64 +# os: macos-13 +# php: '8.3' steps: - name: Setup PHP ${{ matrix.php }}