Skip to content

Commit

Permalink
Meant to update runs-on
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jun 6, 2024
1 parent f1a9200 commit 9a93587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: ./scripts/format_check.sh

test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -52,6 +53,7 @@ jobs:
run: ./scripts/tests.sh

vrl:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9a93587

Please sign in to comment.