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.
2 parents c75d5cf + bb0bb88 commit e2db8b0Copy full SHA for e2db8b0
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
test:
46
strategy:
47
matrix:
48
- os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
+ os: ['macos-latest', 'ubuntu-latest', 'windows-2025']
49
runs-on: ${{ matrix.os }}
50
steps:
51
- uses: actions/checkout@v4
.mergify.yml
@@ -3,7 +3,7 @@ queue_rules:
3
merge_method: squash
4
conditions:
5
- check-success=test (macos-latest)
6
- - check-success=test (windows-latest)
+ - check-success=test (windows-2025)
7
- check-success=system-test
8
- check-success=lint
9
- check-success=CLA
0 commit comments