Skip to content

Commit c1191b2

Browse files
authored
fix: update macOS version in CI matrix to include macos-15 (#345)
Signed-off-by: Gordon Smith <[email protected]>
1 parent b86776d commit c1191b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-24.04, macos-13, macos-14]
17+
os: [ubuntu-24.04, macos-14, macos-15]
1818
node: [22, 24]
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)