Skip to content

Commit 44f2a63

Browse files
committed
Upgrade macos to 13 for packaging
macos 12 is deprecated and will not work soon. Signed-off-by: Patrick Avery <[email protected]>
1 parent fc155e8 commit 44f2a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
}
2323
- {
2424
name: "MacOSX",
25-
os: macos-12,
25+
os: macos-13,
2626
package: 'dmg'
2727
}
2828
- {

0 commit comments

Comments
 (0)