Skip to content

Commit

Permalink
Merge pull request #72 from manicmaniac/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v22
  • Loading branch information
manicmaniac authored Jan 8, 2024
2 parents 88228b4 + f0ccf57 commit 5f8f469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: push
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
name: coverages
path: codeclimate-${{ matrix.ruby-version }}.json
upload-coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: test
steps:
- uses: actions/download-artifact@v3
Expand All @@ -50,7 +50,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 5f8f469

Please sign in to comment.