Skip to content

Commit e12d6e0

Browse files
committed
Scope qv install/test to macos
1 parent 4aa07d6 commit e12d6e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/renovate-verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
4848
restore-keys: ${{ runner.os }}-rubygems-
4949

50-
- name: Install qv
51-
if: steps.formula-changes.outputs.qv == 'true'
50+
- name: Install qv (mac only)
51+
if: steps.formula-changes.outputs.qv == 'true' && matrix.os == 'macos-15'
5252
run: brew install --build-bottle timvw/tap/qv
5353

54-
- name: Test qv
55-
if: steps.formula-changes.outputs.qv == 'true'
54+
- name: Test qv (mac only)
55+
if: steps.formula-changes.outputs.qv == 'true' && matrix.os == 'macos-15'
5656
run: |
5757
brew test timvw/tap/qv
5858
brew audit --strict timvw/tap/qv

0 commit comments

Comments
 (0)