Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 18, 2023
1 parent 17e28d0 commit f41a46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- mode: ubuntu20
os: ubuntu-20.04
shell: bash
ubuntu: 2004
ubuntu: '2004'
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
install_dependencies: git submodule update --init --recursive && ./CI/linux/01_install_dependencies.sh --disable-pipewire
build_obs: ./CI/linux/02_build_obs_wrapper.sh
Expand All @@ -87,7 +87,7 @@ jobs:
- mode: ubuntu22
os: ubuntu-22.04
shell: bash
ubuntu: 2204
ubuntu: '2204'
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
install_dependencies: git submodule update --init --recursive && ./CI/linux/01_install_dependencies.sh --disable-pipewire
build_obs: ./CI/linux/02_build_obs_wrapper.sh
Expand Down

0 comments on commit f41a46a

Please sign in to comment.