Skip to content

Commit 0276b52

Browse files
authored
Merge pull request #161 from twingly/update-ci-workflow
Update CI workflow
2 parents 248793f + 112d7c7 commit 0276b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build-and-install-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)