Skip to content

Commit

Permalink
CI: Use lowest Xcode version available
Browse files Browse the repository at this point in the history
For compatibility with older macOS versions, see discussion at
LMMS#6960 (comment)
  • Loading branch information
lukas-w committed Nov 5, 2023
1 parent 620cd3e commit f6a1f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
CCACHE_MAXSIZE: 0
CCACHE_NOCOMPRESS: 1
MAKEFLAGS: -j3
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
steps:
- name: Check out
uses: actions/checkout@v3
Expand Down

0 comments on commit f6a1f25

Please sign in to comment.