Skip to content

Commit

Permalink
fixup! Run Ruby 2.2 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Jul 18, 2023
1 parent db9e221 commit 92f09e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
specs:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 92f09e7

Please sign in to comment.