Skip to content

Commit

Permalink
Merge pull request #636 from rapid7/ledo-514-fix-ci-jruby
Browse files Browse the repository at this point in the history
Pin ubuntu version to 22.04 in ci
  • Loading branch information
adungo-r7 authored Jan 27, 2025
2 parents 8f73326 + 4ae92a6 commit e158f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: 'Ruby: ${{ matrix.ruby-version }}'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e158f4a

Please sign in to comment.