Skip to content

Commit

Permalink
[ci] probably don't need two different version of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Nov 21, 2021
1 parent 39cbd43 commit 6073394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-18.04', 'ubuntu-16.04']
os: ['ubuntu-18.04']
perl: [ '5.32', '5.30' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6073394

Please sign in to comment.