Skip to content

Commit 8759931

Browse files
committed
(maint) Updates supported OS from Darwin to macOS
When metadata.json is consumed by Forge, it does not parse "Darwin" as a version of OS X / macOS when filtering through operating systems.
1 parent 249644e commit 8759931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"operatingsystem": "Fedora"
3434
},
3535
{
36-
"operatingsystem": "Darwin"
36+
"operatingsystem": "macOS"
3737
},
3838
{
3939
"operatingsystem": "SLES"

0 commit comments

Comments
 (0)