From c8b8653ebdc9a8f7f5c9416a1950857aa3d62478 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 7 Dec 2024 03:43:06 -0900 Subject: [PATCH] only run linux selfhosted --- .github/workflows/nodejs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d15f63bc..bc9407b5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,9 +14,10 @@ jobs: strategy: matrix: os: - - macos-latest - - ubuntu-latest - - macos-latest + #- macos-latest + #- ubuntu-latest + - ubuntu-selfhosted + #- macos-latest #TODO re-enable these: #- windows-latest fail-fast: false