From 2ffc26417274fce9da280266232052d0c61ba778 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 6 Dec 2023 16:13:06 +0100 Subject: [PATCH] Exclude failing macOS test on Node.js v18 --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d7fc78ca..68eb6d36 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,9 @@ jobs: matrix: node: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macOS-latest] - exclude: # TODO: Get macOS tests passing on Node.js v20 + exclude: # TODO: Get macOS tests to pass by upgrading to https://github.com/nodejs/node-gyp/releases + - os: macos-latest + node: 18.x - os: macos-latest node: 20.x