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 <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Dec 11, 2024
1 parent 83cd7ae commit a62a00c
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 a62a00c

Please sign in to comment.