Skip to content

Commit 9ce2132

Browse files
committed
Test with Ubuntu 18 only
1 parent 5c5e579 commit 9ce2132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
os: [ubuntu-18.04, ubuntu-20.04]
15+
os: ['ubuntu-18.04']
1616
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)