We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300790d commit 1213b79Copy full SHA for 1213b79
.github/workflows/issue-791.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.operating-system }}
9
strategy:
10
matrix:
11
- operating-system: [ubuntu-18.04, ubuntu-16.04]
+ operating-system: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
12
13
steps:
14
- name: Checkout Repository
0 commit comments