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 21, 2024
1 parent e2e9d36 commit 30cd429
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ on:
- cron: '40 11 * * *' # once a day @ 11:40am UTC (4:40am PST)

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

macOS-12:
name: macOS 12 Monterey
runs-on: macos-12
Expand Down

0 comments on commit 30cd429

Please sign in to comment.