Skip to content

Commit

Permalink
Merge pull request #531 from 92kns/add_1470_mac
Browse files Browse the repository at this point in the history
Add config for macOS 14.7
  • Loading branch information
92kns authored Dec 3, 2024
2 parents 1645892 + 630500e commit 3712e31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/awfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,11 @@ export const CONFIG = {
platforms: ['macosx1400-64-shippable-qr'],
categories: DESKTOP_CATEGORIES,
},
mac1470: {
label: 'macOS 14.7 "Sonoma"',
platforms: ['macosx1470-64-shippable'],
categories: DESKTOP_CATEGORIES,
},
win10: {
label: 'Windows 10 64bit',
platforms: ['windows10-64-shippable-qr', 'windows10-64-2004-shippable-qr'],
Expand Down

0 comments on commit 3712e31

Please sign in to comment.