Skip to content

Commit

Permalink
Merge pull request #161 from twingly/update-ci-workflow
Browse files Browse the repository at this point in the history
Update CI workflow
  • Loading branch information
vikiv480 committed Mar 24, 2023
2 parents 248793f + 112d7c7 commit 0276b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-and-install-gem.yml
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0276b52

Please sign in to comment.