Skip to content

Commit

Permalink
Upgrade macos to 13 for packaging
Browse files Browse the repository at this point in the history
macos 12 is deprecated and will not work soon.

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Dec 17, 2024
1 parent fc155e8 commit 44f2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
}
- {
name: "MacOSX",
os: macos-12,
os: macos-13,
package: 'dmg'
}
- {
Expand Down

0 comments on commit 44f2a63

Please sign in to comment.