From 2f1d5f2d35eb645d9abfb14bc574dd2caa54708d Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Fri, 8 Nov 2024 19:02:00 -0800 Subject: [PATCH] Update workflow configurations to use macOS 14 and Node.js 23.x --- .github/workflows/publish.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41d09c7..6770185 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,8 +10,8 @@ jobs: build: strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] - node-version: [18.x, 20.x, 22.x, 24.x] + os: [windows-latest, macos-14, ubuntu-latest] + node-version: [18.x, 20.x, 22.x, 23.x] include: - os: windows-latest platform: win32 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ecb60e..47b1074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: test: strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] - node-version: [18.x, 20.x, 22.x, 24.x] + os: [windows-latest, macos-14, ubuntu-latest] + node-version: [18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }}