Skip to content

Commit

Permalink
propagate value from matrix with fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyrose committed Dec 21, 2022
1 parent 2cce22b commit d19c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
matrix:
include:
Expand Down

0 comments on commit d19c2ea

Please sign in to comment.