Skip to content

Commit 945623e

Browse files
authored
Change Windows test mode from 'latest' to 'stable' (#1151)
Probably a copy/paste mistake when I changed how the test matrix is produced...
1 parent c6429ad commit 945623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- if: ${{ github.event_name != 'pull_request' }}
3434
run: |
3535
cat >> matrix.yaml <<- EOM
36-
- {mode: latest, arch: x64, os: windows-latest, payload: minimal }
36+
- {mode: stable, arch: x64, os: windows-latest, payload: minimal }
3737
EOM
3838
- name: Convert to JSON
3939
run: |

0 commit comments

Comments
 (0)