Skip to content

Commit 80d3f38

Browse files
Run CI on latest Ubuntu (prev version deprecated)
1 parent 0203f2a commit 80d3f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
standardrb:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
1919
run: bundle exec standardrb
2020

2121
rubocop-rspec:
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-latest
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/spec.yml

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

99
jobs:
1010
rake-spec:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
ruby: [2.5, 2.6, 2.7, 3.0, 3.1]

0 commit comments

Comments
 (0)