Skip to content

Commit 0683567

Browse files
authored
other ubuntu verisons
1 parent fe540ac commit 0683567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: ['ubuntu-latest', 'macos-latest']
9+
os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
@@ -17,7 +17,7 @@ jobs:
1717
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
1818
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
1919
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
20-
if: matrix.os == 'ubuntu-latest'
20+
if: matrix.os == ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
2121
- name: Install Dependencies (macOS)
2222
run: |
2323
brew install gnu-tar shellcheck jq pigz coreutils

0 commit comments

Comments
 (0)