Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Aug 23, 2024
1 parent 022da9c commit 9e3b6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
strategy:
fail-fast: false
matrix:
continue-on-error:
- false
os:
- ubuntu-20.04
- ubuntu-22.04
Expand All @@ -44,7 +46,7 @@ jobs:


runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.continue-on-error || false }}
continue-on-error: ${{ matrix.continue-on-error }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 9e3b6f5

Please sign in to comment.