Skip to content

Commit

Permalink
GitHub CI: Removed stale platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Oct 1, 2021
1 parent 479c0b1 commit eaddaa9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,6 @@ jobs:
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "MIDIKit-CI" -destination "platform=macOS,arch=x86_64"

macOS-10_14:
name: macOS 10.14 Mojave
runs-on: macos-10.14
steps:
- uses: actions/checkout@main
- name: Build
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "MIDIKit-CI" -destination "platform=macOS,arch=x86_64"
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "MIDIKit-CI" -destination "platform=macOS,arch=x86_64"

macOS-10_13:
name: macOS 10.13 High Sierra
runs-on: macos-10.13
steps:
- uses: actions/checkout@main
- name: Build
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "MIDIKit-CI" -destination "platform=macOS,arch=x86_64"
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "MIDIKit-CI" -destination "platform=macOS,arch=x86_64"

macCatalyst:
name: macCatalyst
runs-on: macos-latest
Expand Down

0 comments on commit eaddaa9

Please sign in to comment.