Skip to content

Commit

Permalink
Add support for macOS 15 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiops authored Jul 31, 2024
1 parent 494c0df commit 23c6471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os from 'node:os';

const nameMap = new Map([
[24, ['Sequoia', '15']],
[23, ['Sonoma', '14']],
[22, ['Ventura', '13']],
[21, ['Monterey', '12']],
Expand Down

0 comments on commit 23c6471

Please sign in to comment.