From 7b5d35354c2c7ef8dead8eeda4066f745b6d069c Mon Sep 17 00:00:00 2001 From: Oleg Samarin Date: Fri, 8 Mar 2024 11:58:15 +0300 Subject: [PATCH] Added a github build for MacOs/M1 https://github.com/GrandOrgue/grandorgue/discussions/1153 --- .github/workflows/build.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1f31a33f..8de6e7501 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,11 +113,13 @@ jobs: build_on: linux pkg_suffix: wx32 + # A build for MacOs/x86_64 - run_on: macos-12 for: osx prepare: osx build_on: osx + # A build for MacOs/arm64 - run_on: macos-14 for: osx prepare: osx diff --git a/CHANGELOG.md b/CHANGELOG.md index b254149ce..b6fd267d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Added a github build for MacOs/M1 https://github.com/GrandOrgue/grandorgue/discussions/1153 - Fixed different encoding of combination .yaml files on Windows, Linux and MacOS https://github.com/GrandOrgue/grandorgue/issues/1818 - Added support of "Couple Through" mode of Virtual Couplers https://github.com/GrandOrgue/grandorgue/issues/1657 - Added capability of loading only GUI panels without audio samples by specifying the "-g" switch from the command line https://github.com/GrandOrgue/grandorgue/issues/1602