Skip to content

Commit

Permalink
🔀 Merge pull request #315 from kando-menu/feature/m1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans authored Jan 15, 2024
2 parents a123794 + 599a75e commit 73e4bd9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:

macos:
name: Deploy for macOS
runs-on: macos-11
strategy:
matrix:
os: [macos-11, macos-13-xlarge]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
Expand Down Expand Up @@ -99,8 +102,7 @@ jobs:
OSX_APP_SPECIFIC_PASSWORD: ${{ secrets.OSX_APP_SPECIFIC_PASSWORD }}
OSX_TEAM_ID: ${{ secrets.OSX_TEAM_ID }}
run: |
npm run make -- --arch=x64
npm run make -- --arch=arm64
npm run make
- name: Upload DMG
uses: svenstaro/upload-release-action@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
- name: Install Dependencies
run: |
npm install
- name: Create x64 Release
run: |
npm run make -- --arch=x64
- name: Create arm64 Release
- name: Create Release
run: |
npm run make -- --arch=arm64
npm run make
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Security - in case of vulnerabilities.
Kando uses [semantic versioning](https://semver.org).
This changelog follows the rules of [Keep a Changelog](http://keepachangelog.com/).

## Kando 0.4.1 [Unreleased]

**Release Date:** TBD

#### Fixed

- The macOS M1 binaries are now created on one of GitHub's [large macOS runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners) which run on actual M1 hardware. This should fix the issue where the arm64 binaries did not work on M1 Macs.


## [Kando 0.4.0](https://github.com/kando-menu/kando/releases/tag/v0.4.0)

<a href="https://www.youtube.com/watch?v=GdbM-YxesC8">
Expand Down

0 comments on commit 73e4bd9

Please sign in to comment.