Skip to content

Commit 7c74e66

Browse files
committed
ci: use runner.os for filtering
This way we don't have to keep it in sync with the OS version we're using.
1 parent accf803 commit 7c74e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyoxidizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
IN_CI: '1'
2323
steps:
2424
- name: Install Linux system packages
25-
if: ${{ matrix.os == 'ubuntu-20.04' }}
25+
if: ${{ runner.os == 'Linux' }}
2626
run: |
2727
sudo apt-get install -y libyaml-dev snapcraft
2828

0 commit comments

Comments
 (0)