Skip to content

Commit d96b63d

Browse files
authored
Merge pull request #83 from kiskoza/github-actions-os-fix
Update Github Action OS to ubuntu-latest
2 parents 9319192 + c7e744b commit d96b63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test_ruby_versions:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
continue-on-error: ${{ matrix.allow_failures == 'allow failures' || false }}
1313

0 commit comments

Comments
 (0)