Skip to content

Commit

Permalink
Merge pull request LMMS#6960 from lukas-w/ci-macos-12
Browse files Browse the repository at this point in the history
Run CI build on macOS 12
  • Loading branch information
lukas-w authored Nov 5, 2023
2 parents 7839a57 + f6a1f25 commit 3342e17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
CCACHE_MAXSIZE: 500M
macos:
name: macos
runs-on: macos-11
runs-on: macos-12
env:
CMAKE_OPTS: >-
-DUSE_WERROR=ON
Expand All @@ -78,7 +78,7 @@ jobs:
CCACHE_MAXSIZE: 0
CCACHE_NOCOMPRESS: 1
MAKEFLAGS: -j3
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
steps:
- name: Check out
uses: actions/checkout@v3
Expand All @@ -105,6 +105,7 @@ jobs:
- name: Install dependencies
run: |
brew bundle install --verbose
npm update -g npm
npm install --location=global appdmg
env:
HOMEBREW_NO_AUTO_UPDATE: 1
Expand Down

0 comments on commit 3342e17

Please sign in to comment.