From 3bb9970923685fcf5eccfdb1accd171f876cbd8a Mon Sep 17 00:00:00 2001 From: George Karagkiaouris Date: Sun, 17 Nov 2024 15:49:24 -0500 Subject: [PATCH] Fix workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76de0f1..41c88b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: path: build test-intel: - # needs: [test] + needs: [test] name: Node.js ${{ matrix.node-version }} (Intel) runs-on: macos-13 strategy: