Skip to content

Commit 0603b18

Browse files
committed
macosversions: Update max OBS version for macOS 11
OBS Studio 31.1 does not support macOS 11 due to the Qt upgrade from 6.6 to 6.8. Mark the maximum OBS version for macOS 11 as 31.0.
1 parent df1f861 commit 0603b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checks/utils/macosversions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"11": {
3636
"name": "Big Sur",
3737
"date": datetime.date(2020, 11, 12),
38-
"latest": True
38+
"max": "31.0"
3939
},
4040
# Old versions of OBS read Big Sur as 10.16, so document it too
4141
"10.16": {
4242
"name": "Big Sur",
4343
"date": datetime.date(2020, 11, 12),
44-
"latest": True
44+
"max": "31.0"
4545
},
4646
"10.15": {
4747
"name": "Catalina",

0 commit comments

Comments
 (0)