From 2fae1bc473e89a56b878bba7b5220328238bb282 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Mon, 21 Aug 2023 17:10:30 +0100 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 12579ea..8547484 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ on: - 'master' jobs: build: - runs-on: self-hosted + runs-on: macos-latest strategy: matrix: node-version: [18,20] @@ -37,9 +37,9 @@ jobs: path: fsevents.node env: CI: true - test_macos_10: + test_macos: name: 'Test universal binary on macOS 10.15' - runs-on: macos-10.15 + runs-on: macos-latest needs: build strategy: matrix: