Skip to content

Commit

Permalink
Updated ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Mar 19, 2024
1 parent f6a8aab commit ffdbb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-20.04]
ruby: [2.6, 2.7]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
path: coverage/codeclimate.${{ matrix.ruby }}.json

upload_coverage:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit ffdbb34

Please sign in to comment.