We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6429ad commit 945623eCopy full SHA for 945623e
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
- if: ${{ github.event_name != 'pull_request' }}
34
run: |
35
cat >> matrix.yaml <<- EOM
36
- - {mode: latest, arch: x64, os: windows-latest, payload: minimal }
+ - {mode: stable, arch: x64, os: windows-latest, payload: minimal }
37
EOM
38
- name: Convert to JSON
39
0 commit comments