Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 16, 2023
1 parent 9bef88d commit fad6636
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,52 +68,52 @@ jobs:
- mode: ubuntu20-no-ndi
os: ubuntu-20.04
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"

- mode: ubuntu20-ndi
os: ubuntu-20.04
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"

- mode: ubuntu22-no-ndi
os: ubuntu-22.04
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"

- mode: ubuntu22-ndi
os: ubuntu-22.04
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"

- mode: macos-no-ndi
os: macos-12
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-x64-Release-H264-OpenSSL_1_1_1.*.dmg.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-x64-Release-H264-OpenSSL_1_1_1.*.dmg.*"

- mode: macos-ndi
os: macos-12
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-x64-Release-H264-OpenSSL_1_1_1.*.dmg.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-x64-Release-H264-OpenSSL_1_1_1.*.dmg.*"

- mode: macos-arm64-no-ndi
os: ['self-hosted', 'macOS', 'ARM64', 'native']
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-arm64-Release-H264-OpenSSL_1_1_1.*.dmg.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-arm64-Release-H264-OpenSSL_1_1_1.*.dmg.*"

- mode: macos-arm64-ndi
os: ['self-hosted', 'macOS', 'ARM64', 'native']
shell: bash
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-arm64-Release-H264-OpenSSL_1_1_1.*.dmg.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-arm64-Release-H264-OpenSSL_1_1_1.*.dmg.*"

- mode: windows-no-ndi
os: windows-2022
shell: powershell
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-x64-Mt-Release-.*.exe.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-x64-Mt-Release-.*.exe.*"

- mode: windows-ndi
os: windows-2022
shell: powershell
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputus.LIBWEBRTC_VERSION }}-x64-Mt-Release-.*.exe.*"
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-x64-Mt-Release-.*.exe.*"

steps:
- name: 'Print env'
Expand Down

0 comments on commit fad6636

Please sign in to comment.