Skip to content

Commit de6b0f5

Browse files
committed
Changes MacOS 13 to MacOS 15 for x86, bumps node to 22
1 parent 4b7b3fc commit de6b0f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os:
27-
- macos-13
27+
- macos-15-intel
2828
- ubuntu-22.04
2929
- windows-2022
3030
host:
3131
- x64
3232
target:
3333
- x64
3434
node:
35-
- 20
35+
- 22
3636
include:
3737
- os: macos-14
38-
node: 20
3938
host: arm64
4039
target: arm64
40+
node: 22
4141
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
4242
steps:
4343
- name: Set up bash association

0 commit comments

Comments
 (0)