forked from musescore/MuseScore
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise macOS deployment target to 10.13
Sort of backporting musescore#19570
- Loading branch information
1 parent
10d1b80
commit 1dadcc4
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ on: | |
|
||
env: | ||
CURRENT_RELEASE_BRANCH: 3.x | ||
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer | ||
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer | ||
|
||
jobs: | ||
macos: | ||
runs-on: macos-12 | ||
runs-on: macos-13 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters