Skip to content

Commit

Permalink
Fix matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 17, 2024
1 parent 140874a commit 7d91080
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/verify-reproducibility-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:

build:

runs-on: ${{ fromJSON(inputs.runs-on) }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: ${{ fromJSON(inputs.runs-on) }}

steps:

Expand Down

0 comments on commit 7d91080

Please sign in to comment.