diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf5543c..275076d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,8 @@ jobs: fail-fast: false matrix: # os: [ubuntu-latest, macos-latest, windows-latest] - os: [ubuntu-latest, macos-latest] + # os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] node-version: [21] name: 🧪 Test runs-on: ${{ matrix.os }}