Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Feb 26, 2024
1 parent 01fb41e commit 774698a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ name: Build
on:
push:
schedule:
- cron: '0 3 * * 0'
- cron: '0 3 * * 5'

jobs:
macOS:
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- run: pod update --verbose
- run: xcodebuild -workspace SPV.xcworkspace -configuration Release -scheme SPV CONFIGURATION_BUILD_DIR=$PWD/out
- name: Add plugins dependencies
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Swift Video Player for macOS

- QuickLook plugin
- High performance
- HDR display
- Blackmagic RAW support
Expand Down

0 comments on commit 774698a

Please sign in to comment.