diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 378c6748..7200d44e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,8 @@ jobs: matrix: # macOS-13 is the latest macOS version that is x86. # Node.js 12, 14 and 16 aren’t support on the arm64 runners. - os: [ubuntu-latest, macOS-13, windows-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x] + # os: [ubuntu-latest, macOS-13, windows-latest] + # node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x] # Also have a test on macOS arm64. include: - os: macOS-latest