Skip to content

Commit 7b61824

Browse files
committed
Updated GitHub CI
1 parent fcf88a3 commit 7b61824

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,9 @@ on:
2323
- cron: '40 11 * * *' # once a day @ 11:40am UTC (4:40am PST)
2424

2525
jobs:
26-
macOS-11:
27-
name: macOS 11 Big Sur
28-
runs-on: macos-11
29-
steps:
30-
- uses: actions/checkout@main
31-
- name: Build
32-
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "generic/platform=macOS,name=Any Mac"
33-
- name: Unit Tests
34-
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "platform=macOS"
35-
36-
macOS-12:
37-
name: macOS 12 Monterey
38-
runs-on: macos-12
26+
macOS:
27+
name: macOS
28+
runs-on: macos-latest
3929
steps:
4030
- uses: actions/checkout@main
4131
- name: Build

0 commit comments

Comments
 (0)