Updated deployment target to macOS 10.11 to fix linking on Xcode 15.x… #90
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
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: macOS-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Install Tools | |
run: | | |
gem install xcpretty | |
- name: Build and Test | |
run: | | |
cd "Framework" | |
echo $(pwd) | |
xcodebuild test -scheme MIKMIDI | xcpretty |