diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7cd01..306bb0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: strategy: matrix: node-version: [16, 18, 20] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] +# os: [ubuntu-latest, macos-latest] steps: - name: Checkout