Skip to content

Commit bd77fd2

Browse files
committed
Updated CI
1 parent 0726475 commit bd77fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: bundle exec rake vendor:platform
1919
- run: bundle exec rake test
2020

21-
- if: ${{ matrix.valgrind }}
21+
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
2222
run: |
2323
sudo apt-get update && sudo apt-get install valgrind
2424
bundle exec rake test:valgrind

0 commit comments

Comments
 (0)