Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Sep 26, 2024
1 parent 691184e commit 01006cd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ on:
schedule:
- cron: '40 11 * * *' # once a day @ 11:40am UTC (4:40am PST)

jobs:
macOS-12:
name: macOS 12 Monterey
runs-on: macos-12
steps:
- uses: actions/checkout@main
- name: Build
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "generic/platform=macOS,name=Any Mac" | xcpretty && exit ${PIPESTATUS[0]}
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}

jobs:
macOS-13:
name: macOS 13 Ventura
runs-on: macos-13
Expand Down

0 comments on commit 01006cd

Please sign in to comment.