From b99f517631571afc8922cfd854956386b4a56807 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Thu, 24 Apr 2025 19:41:26 -0700 Subject: [PATCH] wip --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ecd69d90..8ca44e8e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,10 +14,10 @@ jobs: strategy: matrix: include: - - os: macos-latest - name: macos - - os: ubuntu-latest - name: ubuntu + #- os: macos-latest + # name: macos + #- os: ubuntu-latest + # name: ubuntu - os: windows-latest name: win fail-fast: false