Skip to content

Commit

Permalink
Merge pull request #24 from shiguredo/build-matrix
Browse files Browse the repository at this point in the history
chore: add ubuntu-22.04_x86_64 to matrix.os
  • Loading branch information
haruyama authored Mar 20, 2023
2 parents e84c9d5 + 4b017b5 commit 792160a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
matrix:
os:
- ubuntu-20.04_x86_64
- ubuntu-22.04_x86_64
name: Build cpp-mp4 for ${{ matrix.os }}
runs-on: ubuntu-20.04
runs-on: ${{ contains(matrix.os, 'ubuntu-20.04') && 'ubuntu-20.04' || 'ubuntu-22.04' }}
steps:
- name: Install packages
shell: bash
Expand Down

0 comments on commit 792160a

Please sign in to comment.