Skip to content

Commit 0c47092

Browse files
committed
chore: Check if macos-26 (public preview) works
1 parent c85c2a5 commit 0c47092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
os: [ubuntu-latest, macos-26, windows-latest]
1212
node-version: [20.x, 22.x, 24.x]
1313
runs-on: ${{matrix.os}}
1414
steps:

0 commit comments

Comments
 (0)