Skip to content

Commit 64fbe77

Browse files
authored
feat: add macos-15 runner to matrix (#38)
* ci: add macos-15 runner to matrix * ci: remove macos-13 runner from matrix
1 parent 45680d2 commit 64fbe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-12, macos-13, macos-14, windows-2019, windows-2022]
16+
os: [macos-13, macos-14, macos-15, windows-2019, windows-2022]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)