Skip to content

Commit

Permalink
Fix target for Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock committed May 5, 2023
1 parent 2ffc40a commit 5dc228b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -56,7 +56,8 @@ jobs:
SCOUT_TEST_FEATURES: ${{ matrix.test_features }}
SCOUT_USE_PREPEND: ${{ matrix.prepend }}

runs-on: ubuntu-latest
# https://github.com/ruby/setup-ruby/issues/496
runs-on: ${{ matrix.ruby == '2.2' && 'ubuntu-20.04' || 'ubuntu-latest' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5dc228b

Please sign in to comment.