Skip to content

Commit

Permalink
Update workflow configurations to use macOS 14 and Node.js 23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 9, 2024
1 parent 7782427 commit 2f1d5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 2f1d5f2

Please sign in to comment.