Skip to content

Commit b9317dc

Browse files
authored
use not-equals
1 parent 0683567 commit b9317dc

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
@@ -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-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
20+
if: matrix.os != 'macos-latest'
2121
- name: Install Dependencies (macOS)
2222
run: |
2323
brew install gnu-tar shellcheck jq pigz coreutils
@@ -33,5 +33,5 @@ jobs:
3333
shell: bash
3434
- name: Build
3535
run: debuild -uc -us
36-
if: matrix.os == 'ubuntu-latest'
36+
if: matrix.os != 'macos-latest'
3737

0 commit comments

Comments
 (0)