Skip to content

Commit 85cabac

Browse files
committed
Update to Linux 20.04
1 parent b4355e2 commit 85cabac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test-ruby-2-4-x:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup Ruby 2.4
@@ -27,7 +27,7 @@ jobs:
2727
bundle exec rake
2828
2929
test-ruby-2-5-x:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-20.04
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Setup Ruby 2.5

0 commit comments

Comments
 (0)