Skip to content

Commit

Permalink
🔀 Merge pull request #404 from kando-menu/fix/mac-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans authored Apr 29, 2024
2 parents d5cc107 + cb45f3c commit 6176588
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: Deploy for macOS
strategy:
matrix:
os: [macos-14, macos-14-xlarge]
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
permissions:
contents: write
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
macos:
name: Test Deploy for macOS
runs-on: macos-14
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This changelog follows the rules of [Keep a Changelog](http://keepachangelog.com
#### Changed

- When a menu item is added to the menu preview in the menu editor, it will now be automatically selected. The only exception are submenus which will not be opened automatically.
- The binaries for the GitHub release are now build on newer versions of the CI runners. The Windows binaries are now build on Windows Server 2022, the macOS binaries on macOS 14.0, and the Linux binaries on Ubuntu 22.04.
- The binaries for the GitHub release are now built on newer versions of the CI runners. The Windows binaries are now built on Windows Server 2022, the macOS binaries on macOS 12, 13, and 14, and the Linux binaries on Ubuntu 22.04.

#### Fixed

Expand Down

0 comments on commit 6176588

Please sign in to comment.