Skip to content

Commit

Permalink
Bikeshed
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 26, 2024
1 parent d514196 commit 64c41be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
arch: x64
- os: windows
arch: x64
# NOTE: The minimum macOS version required to build libwebrtc is macOS 14
# due to the use of Screen Capture Kit in the libwebrtc source code.
# NOTE: Using `macos-14` instead of `macos-latest` is for improving backward
# compatibility with older iOS/macOS versions.
# The minimum macOS version required to build `libwebrtc` is macOS 14
# due to the use of Screen Capture Kit in the `libwebrtc` source code.
runs-on: ${{ (contains('ios macos', matrix.os) && 'macos-14')
|| (contains('windows', matrix.os) && 'windows-2019')
|| 'ubuntu-latest' }}
Expand Down

0 comments on commit 64c41be

Please sign in to comment.