Skip to content

Commit 344bc59

Browse files
committed
ci: use macos-15 instead of macos-latest
1 parent a8f7483 commit 344bc59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ on:
2525
branches:
2626
- '*'
2727

28+
permissions:
29+
contents: read
30+
security-events: write
31+
2832
jobs:
2933
test:
3034
name: NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
3135
runs-on: ${{ matrix.os }}
3236
strategy:
3337
matrix:
3438
node-version: [20.x, 22.x, 24.x]
35-
os: [ubuntu-latest, windows-latest, macos-latest]
39+
os: [ubuntu-latest, windows-latest, macos-15]
3640

3741
steps:
3842
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)