We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf88a3 commit 7b61824Copy full SHA for 7b61824
.github/workflows/build.yml
@@ -23,19 +23,9 @@ on:
23
- cron: '40 11 * * *' # once a day @ 11:40am UTC (4:40am PST)
24
25
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
+ macOS:
+ name: macOS
+ runs-on: macos-latest
39
steps:
40
- uses: actions/checkout@main
41
- name: Build
0 commit comments