Skip to content

Commit

Permalink
configure in matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Mar 2, 2024
1 parent ad1572a commit cef1772
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:

build-and-test-linux:
needs: Get-CI-Image-Tag
name: Build & test (ubuntu-latest)
runs-on: ubuntu-latest
name: Build & test
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
container:
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
options: --user root
Expand Down

0 comments on commit cef1772

Please sign in to comment.