Skip to content

Commit

Permalink
Switch builds from Mac OS 12 to Mac OS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 7, 2024
1 parent d370119 commit 8c76c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
artifact-name: linux
artifact-file: ludusavi
tar: true
- os: macos-12
- os: macos-13
rust-target: x86_64-apple-darwin
artifact-name: mac
artifact-file: ludusavi
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Dialogs (folder picker and `wrap --gui` prompts) now use GTK on Linux.
The previous system relied on Zenity/KDialog,
which could behave poorly depending on the version or in a Flatpak context.
* The standalone Mac release is now compiled on Mac OS 13 instead of Mac OS 12
because of [a change by GitHub](https://github.com/actions/runner-images/issues/10721).
* Fixed:
* The registry format change also resolved an issue where very large (> 100 MB)
`registry.yaml` files could be slow to read and consume a lot of extra memory,
Expand Down

0 comments on commit 8c76c24

Please sign in to comment.