Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jun 25, 2024
1 parent c9ac1d4 commit 692c55e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@ 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 "SwiftRadix-CI" -destination "generic/platform=macOS,name=Any Mac" | xcpretty && exit ${PIPESTATUS[0]}
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}

macOS-12:
name: macOS 12 Monterey
runs-on: macos-12
macOS:
name: macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@main
- name: Build
Expand Down

0 comments on commit 692c55e

Please sign in to comment.